Html Css Color HEX #806447 Dark Wood

📋 copy color: '#806447'

red 128 ◦ green 100 ◦ blue 71

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

Shades of Dark Wood #806447

Tints of Dark Wood #806447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.75%

R = 42.81%
G = 33.44%
B = 23.75%

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

#806447 (or 0x806447) is known color: Dark Wood. HEX triplet: 80, 64 and 47. RGB value is (128,100,71). Sum of RGB (Red+Green+Blue) = 128+100+71=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #806447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806447 is #7F9BB8. Grayscale: #696969. Windows color (decimal): -8362937 or 4678784. OLE color: 4678784.

HSL color Cylindrical-coordinate representation of color #806447: hue angle of 30.53º 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 #806447 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 100 71 -
CMYK 0 0.22 0.45 0.50
HSL 30.53º 0.29% 0.39% -
HSV(B) 30.53º 0.45% 0.5% -
XYZ 14.6 14.16 7.92 -
YUV 105.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 128 100 71 0 0.22 0.45 0.50 30.53 0.29 0.39
Hex 80 64 47 0 16 2D 32 1F 1D 27
Octal 200 144 107 0 26 55 62 37 35 47
Binary 10000000 1100100 1000111 0 10110 101101 110010 11111 11101 100111

Color Harmonies of #806447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806447

Black with #806447

Text Example


Text Example

White with #806447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806447; }

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

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

background-color css

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

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

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

border-color css

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

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

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