Html Css Color HEX #806642 Dark Wood

📋 copy color: '#806642'

red 128 ◦ green 102 ◦ blue 66

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

Shades of Dark Wood #806642

Tints of Dark Wood #806642

RGB

 RED value IS 128 (50.39% from 255) = 43.24%

 GREEN value IS 102 (40.23% from 255) = 34.46%

 BLUE value IS 66 (26.17% from 255) = 22.3%

R = 43.24%
G = 34.46%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#806642 (or 0x806642) is known color: Dark Wood. HEX triplet: 80, 66 and 42. RGB value is (128,102,66). Sum of RGB (Red+Green+Blue) = 128+102+66=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #806642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806642 is #7F99BD. Grayscale: #696969. Windows color (decimal): -8362430 or 4351616. OLE color: 4351616.

HSL color Cylindrical-coordinate representation of color #806642: hue angle of 34.84º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806642 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 102 66 -
CMYK 0 0.20 0.48 0.50
HSL 34.84º 0.32% 0.38% -
HSV(B) 34.84º 0.48% 0.5% -
XYZ 14.64 14.49 7.18 -
YUV 105.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 128 102 66 0 0.20 0.48 0.50 34.84 0.32 0.38
Hex 80 66 42 0 14 30 32 23 20 26
Octal 200 146 102 0 24 60 62 43 40 46
Binary 10000000 1100110 1000010 0 10100 110000 110010 100011 100000 100110

Color Harmonies of #806642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806642

Black with #806642

Text Example


Text Example

White with #806642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806642; }

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

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

background-color css

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

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

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

border-color css

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

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

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