Html Css Color HEX #806549 Dark Wood

📋 copy color: '#806549'

red 128 ◦ green 101 ◦ blue 73

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

Shades of Dark Wood #806549

Tints of Dark Wood #806549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

 BLUE value IS 73 (28.91% from 255) = 24.17%

R = 42.38%
G = 33.44%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#806549 (or 0x806549) is known color: Dark Wood. HEX triplet: 80, 65 and 49. RGB value is (128,101,73). Sum of RGB (Red+Green+Blue) = 128+101+73=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #806549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806549 is #7F9AB6. Grayscale: #6A6A6A. Windows color (decimal): -8362679 or 4810112. OLE color: 4810112.

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

Color convert

RGB 128 101 73 -
CMYK 0 0.21 0.43 0.50
HSL 30.55º 0.27% 0.39% -
HSV(B) 30.55º 0.43% 0.5% -
XYZ 14.76 14.38 8.3 -
YUV 105.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 128 101 73 0 0.21 0.43 0.50 30.55 0.27 0.39
Hex 80 65 49 0 15 2B 32 1F 1B 27
Octal 200 145 111 0 25 53 62 37 33 47
Binary 10000000 1100101 1001001 0 10101 101011 110010 11111 11011 100111

Color Harmonies of #806549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806549

Black with #806549

Text Example


Text Example

White with #806549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806549; }

 p { color: rgb(128,101,73); }

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

background-color css

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

 a { background-color: rgb(128,101,73); }

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

border-color css

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

 span { border-color: rgb(128,101,73); }

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