Html Css Color HEX #664224 Dark Brown

📋 copy color: '#664224'

red 102 ◦ green 66 ◦ blue 36

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

Shades of Dark Brown #664224

Tints of Dark Brown #664224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.65%

R = 50%
G = 32.35%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#664224 (or 0x664224) is known color: Dark Brown. HEX triplet: 66, 42 and 24. RGB value is (102,66,36). Sum of RGB (Red+Green+Blue) = 102+66+36=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #664224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664224 is #99BDDB. Grayscale: #494949. Windows color (decimal): -10075612 or 2376294. OLE color: 2376294.

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

Color convert

RGB 102 66 36 -
CMYK 0 0.35 0.65 0.6
HSL 27.27º 0.48% 0.27% -
HSV(B) 27.27º 0.65% 0.4% -
XYZ 7.75 6.85 2.58 -
YUV 73.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 102 66 36 0 0.35 0.65 0.6 27.27 0.48 0.27
Hex 66 42 24 0 23 41 3C 1B 30 1B
Octal 146 102 44 0 43 101 74 33 60 33
Binary 1100110 1000010 100100 0 100011 1000001 111100 11011 110000 11011

Color Harmonies of #664224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664224

Black with #664224

Text Example


Text Example

White with #664224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664224; }

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

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

background-color css

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

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

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

border-color css

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

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

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