Html Css Color HEX #664220 Dark Brown

📋 copy color: '#664220'

red 102 ◦ green 66 ◦ blue 32

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

Shades of Dark Brown #664220

Tints of Dark Brown #664220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33%

 BLUE value IS 32 (12.89% from 255) = 16%

R = 51%
G = 33%
B = 16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#664220 (or 0x664220) is known color: Dark Brown. HEX triplet: 66, 42 and 20. RGB value is (102,66,32). Sum of RGB (Red+Green+Blue) = 102+66+32=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #664220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664220 is #99BDDF. Grayscale: #494949. Windows color (decimal): -10075616 or 2114150. OLE color: 2114150.

HSL color Cylindrical-coordinate representation of color #664220: hue angle of 29.14º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664220 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 66 32 -
CMYK 0 0.35 0.69 0.6
HSL 29.14º 0.52% 0.26% -
HSV(B) 29.14º 0.69% 0.4% -
XYZ 7.69 6.83 2.28 -
YUV 72.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 102 66 32 0 0.35 0.69 0.6 29.14 0.52 0.26
Hex 66 42 20 0 23 45 3C 1D 34 1A
Octal 146 102 40 0 43 105 74 35 64 32
Binary 1100110 1000010 100000 0 100011 1000101 111100 11101 110100 11010

Color Harmonies of #664220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664220

Black with #664220

Text Example


Text Example

White with #664220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664220; }

 p { color: rgb(102,66,32); }

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

background-color css

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

 a { background-color: rgb(102,66,32); }

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

border-color css

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

 span { border-color: rgb(102,66,32); }

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