Html Css Color HEX #806149 Dark Wood

📋 copy color: '#806149'

red 128 ◦ green 97 ◦ blue 73

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

Shades of Dark Wood #806149

Tints of Dark Wood #806149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.55%

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

R = 42.95%
G = 32.55%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#806149 (or 0x806149) is known color: Dark Wood. HEX triplet: 80, 61 and 49. RGB value is (128,97,73). Sum of RGB (Red+Green+Blue) = 128+97+73=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #806149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806149 is #7F9EB6. Grayscale: #676767. Windows color (decimal): -8363703 or 4809088. OLE color: 4809088.

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

Color convert

RGB 128 97 73 -
CMYK 0 0.24 0.43 0.50
HSL 26.18º 0.27% 0.39% -
HSV(B) 26.18º 0.43% 0.5% -
XYZ 14.38 13.62 8.17 -
YUV 103.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 128 97 73 0 0.24 0.43 0.50 26.18 0.27 0.39
Hex 80 61 49 0 18 2B 32 1A 1B 27
Octal 200 141 111 0 30 53 62 32 33 47
Binary 10000000 1100001 1001001 0 11000 101011 110010 11010 11011 100111

Color Harmonies of #806149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806149

Black with #806149

Text Example


Text Example

White with #806149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806149; }

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

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

background-color css

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

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

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

border-color css

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

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

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