Html Css Color HEX #664012 Dark Brown

📋 copy color: '#664012'

red 102 ◦ green 64 ◦ blue 18

#664012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Brown #664012

Tints of Dark Brown #664012

RGB

 RED value IS 102 (40.23% from 255) = 55.43%

 GREEN value IS 64 (25.39% from 255) = 34.78%

 BLUE value IS 18 (7.42% from 255) = 9.78%

R = 55.43%
G = 34.78%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#664012 (or 0x664012) is known color: Dark Brown. HEX triplet: 66, 40 and 12. RGB value is (102,64,18). Sum of RGB (Red+Green+Blue) = 102+64+18=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #664012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664012 is #99BFED. Grayscale: #464646. Windows color (decimal): -10076142 or 1196134. OLE color: 1196134.

HSL color Cylindrical-coordinate representation of color #664012: hue angle of 32.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #664012 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 64 18 -
CMYK 0 0.37 0.82 0.6
HSL 32.86º 0.7% 0.24% -
HSV(B) 32.86º 0.82% 0.4% -
XYZ 7.42 6.54 1.44 -
YUV 70.12 98.59 150.74 -
System Red Green Blue C M Y K H S L
Decimal 102 64 18 0 0.37 0.82 0.6 32.86 0.7 0.24
Hex 66 40 12 0 25 52 3C 21 46 18
Octal 146 100 22 0 45 122 74 41 106 30
Binary 1100110 1000000 10010 0 100101 1010010 111100 100001 1000110 11000

Color Harmonies of #664012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664012

Black with #664012

Text Example


Text Example

White with #664012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664012; }

 p { color: rgb(102,64,18); }

 H1.HeaderClassName
 {
   color: #664012;
 }
 .AnyTagClassName
 {
   color: #664012;
 }
</style>

background-color css

<style>
 a { background-color: #664012; }

 a { background-color: rgb(102,64,18); }

 div.DivClassName
 {
   background-color: #664012;
 }
 .BgClassName
 {
   background-color: #664012;
 }
</style>

border-color css

<style>
 span { border-color: #664012; }

 span { border-color: rgb(102,64,18); }

 td.TdClassName
 {
   border-color: #664012;
 }
 .TagClassName
 {
   border-color: #664012;
 }
</style>