Html Css Color HEX #664820 Dark Brown

📋 copy color: '#664820'

red 102 ◦ green 72 ◦ blue 32

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

Shades of Dark Brown #664820

Tints of Dark Brown #664820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.95%

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

R = 49.51%
G = 34.95%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#664820 (or 0x664820) is known color: Dark Brown. HEX triplet: 66, 48 and 20. RGB value is (102,72,32). Sum of RGB (Red+Green+Blue) = 102+72+32=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #664820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664820 is #99B7DF. Grayscale: #4C4C4C. Windows color (decimal): -10074080 or 2115686. OLE color: 2115686.

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

Color convert

RGB 102 72 32 -
CMYK 0 0.29 0.69 0.6
HSL 34.29º 0.52% 0.26% -
HSV(B) 34.29º 0.69% 0.4% -
XYZ 8.06 7.56 2.4 -
YUV 76.41 102.94 146.25 -
System Red Green Blue C M Y K H S L
Decimal 102 72 32 0 0.29 0.69 0.6 34.29 0.52 0.26
Hex 66 48 20 0 1D 45 3C 22 34 1A
Octal 146 110 40 0 35 105 74 42 64 32
Binary 1100110 1001000 100000 0 11101 1000101 111100 100010 110100 11010

Color Harmonies of #664820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664820

Black with #664820

Text Example


Text Example

White with #664820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664820; }

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

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

background-color css

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

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

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

border-color css

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

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

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