Html Css Color HEX #664016 Dark Brown

📋 copy color: '#664016'

red 102 ◦ green 64 ◦ blue 22

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

Shades of Dark Brown #664016

Tints of Dark Brown #664016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.7%

R = 54.26%
G = 34.04%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#664016 (or 0x664016) is known color: Dark Brown. HEX triplet: 66, 40 and 16. RGB value is (102,64,22). Sum of RGB (Red+Green+Blue) = 102+64+22=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #664016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664016 is #99BFE9. Grayscale: #464646. Windows color (decimal): -10076138 or 1458278. OLE color: 1458278.

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

Color convert

RGB 102 64 22 -
CMYK 0 0.37 0.78 0.6
HSL 31.5º 0.65% 0.24% -
HSV(B) 31.5º 0.78% 0.4% -
XYZ 7.46 6.55 1.63 -
YUV 70.57 100.59 150.42 -
System Red Green Blue C M Y K H S L
Decimal 102 64 22 0 0.37 0.78 0.6 31.5 0.65 0.24
Hex 66 40 16 0 25 4E 3C 1F 41 18
Octal 146 100 26 0 45 116 74 37 101 30
Binary 1100110 1000000 10110 0 100101 1001110 111100 11111 1000001 11000

Color Harmonies of #664016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664016

Black with #664016

Text Example


Text Example

White with #664016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664016; }

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

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

background-color css

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

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

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

border-color css

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

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

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