Html Css Color HEX #806446 Dark Wood

📋 copy color: '#806446'

red 128 ◦ green 100 ◦ blue 70

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

Shades of Dark Wood #806446

Tints of Dark Wood #806446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.56%

 BLUE value IS 70 (27.73% from 255) = 23.49%

R = 42.95%
G = 33.56%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#806446 (or 0x806446) is known color: Dark Wood. HEX triplet: 80, 64 and 46. RGB value is (128,100,70). Sum of RGB (Red+Green+Blue) = 128+100+70=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #806446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806446 is #7F9BB9. Grayscale: #696969. Windows color (decimal): -8362938 or 4613248. OLE color: 4613248.

HSL color Cylindrical-coordinate representation of color #806446: hue angle of 31.03º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #806446 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 100 70 -
CMYK 0 0.22 0.45 0.50
HSL 31.03º 0.29% 0.39% -
HSV(B) 31.03º 0.45% 0.5% -
XYZ 14.56 14.15 7.76 -
YUV 104.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 128 100 70 0 0.22 0.45 0.50 31.03 0.29 0.39
Hex 80 64 46 0 16 2D 32 1F 1D 27
Octal 200 144 106 0 26 55 62 37 35 47
Binary 10000000 1100100 1000110 0 10110 101101 110010 11111 11101 100111

Color Harmonies of #806446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806446

Black with #806446

Text Example


Text Example

White with #806446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806446; }

 p { color: rgb(128,100,70); }

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

background-color css

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

 a { background-color: rgb(128,100,70); }

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

border-color css

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

 span { border-color: rgb(128,100,70); }

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