Color Hex Logo

#653006 Color Hex

#653006
(101,48,6)
0 Favorites   0 Comments

Color spaces of #653006

RGB 101486
HSL0.070.890.21
HSV27°94°40°
CMYK 0.000.520.94   0.60
XYZ6.45674.89380.7766
Yxy4.89380.53240.4035
Hunter Lab22.121913.385213.4040
CIE-Lab26.430021.126334.4610

#653006 color RGB value is (101,48,6).

#653006 hex color red value is 101, green value is 48 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #653006 hue: 0.07 , saturation: 0.89 and the lightness value of 653006 is 0.21.

The process color (four color CMYK) of #653006 color hex is 0.00, 0.52, 0.94, 0.60. Web safe color of #653006 is #663300. Color #653006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110000 00000110
Octal 145 60 6
Decimal 101 48 6
Hex 65 30 6

RGB Percentages of Color #653006

%65.16
%30.97
%3.87

CMYK Percentages of Color #653006

%0
%52
%94
%60

Triadic Colors of #653006

#653006 #066530 #300665

Analogous Colors of #653006

#653006 #656006 #65060b

Monochromatic Colors of #653006

#653006

Complementary Color

#653006 #063b65

#653006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653006 Color CSS Codes

.mybgcolor {background-color:#653006; } 
.myforecolor {color:#653006; }
.mybordercolor {border:3px solid #653006; }

#653006 Text Font Color

<p style="color:#653006">Text here</p>

This sample text font color is #653006
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#653006 Background Color

<div style="background-color:#653006">
Div content here</div>

This div background color is #653006


#653006 Border Color

<div style="border:3px solid #653006">
Div here</div>

This div border color is #653006


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,48,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #653006; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #653006;
  -webkit-box-shadow: 1px 1px 3px 2px #653006;
  box-shadow:         1px 1px 3px 2px #653006; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,48,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #653006">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #653006;
  -webkit-box-shadow: 1px 1px 3px 2px #653006;
  box-shadow:         1px 1px 3px 2px #653006;">
Div content here</div>

This div box has shadow with color #653006


Comments

No comments written yet.

Please login to write comment.