Html Css Color HEX #664424 Dark Brown

📋 copy color: '#664424'

red 102 ◦ green 68 ◦ blue 36

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

Shades of Dark Brown #664424

Tints of Dark Brown #664424

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.01%

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

R = 49.51%
G = 33.01%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#664424 (or 0x664424) is known color: Dark Brown. HEX triplet: 66, 44 and 24. RGB value is (102,68,36). Sum of RGB (Red+Green+Blue) = 102+68+36=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #664424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664424 is #99BBDB. Grayscale: #4A4A4A. Windows color (decimal): -10075100 or 2376806. OLE color: 2376806.

HSL color Cylindrical-coordinate representation of color #664424: hue angle of 29.09º 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 #664424 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 68 36 -
CMYK 0 0.33 0.65 0.6
HSL 29.09º 0.48% 0.27% -
HSV(B) 29.09º 0.65% 0.4% -
XYZ 7.87 7.09 2.62 -
YUV 74.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 102 68 36 0 0.33 0.65 0.6 29.09 0.48 0.27
Hex 66 44 24 0 21 41 3C 1D 30 1B
Octal 146 104 44 0 41 101 74 35 60 33
Binary 1100110 1000100 100100 0 100001 1000001 111100 11101 110000 11011

Color Harmonies of #664424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664424

Black with #664424

Text Example


Text Example

White with #664424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664424; }

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

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

background-color css

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

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

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

border-color css

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

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

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