#806148

Color #806148 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #806148

Tints of Dark Wood #806148

Color information

#806148 (or 0x806148) is unknown color: approx Dark Wood. HEX triplet: 80, 61 and 48. RGB value is (128,97,72). Sum of RGB (Red+Green+Blue) = 128+97+72=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #806148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806148 is #7F9EB7. Grayscale: #676767. Windows color (decimal): -8363704 or 4743552. OLE color: 4743552.

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

Color convert

RGB1289772-
CMYK00.240.440.50
HSL26.79º28%39.22%-
HSV(B)26.79º43.75%50.2%-
XYZ14.3513.618-
YUV103.42110.27145.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.10%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=43.10%
G=32.66%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128977200.240.440.5026.792839.22
Hex8061480182C321b1c27
Octal2001411100305462333447
Binary10000000110000110010000110001011001100101101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806148; }

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

 H1.HeaderClassName
 {
   color: #806148;
 }
 .AnyTagClassName
 {
   color: #806148;
 }
</style>
background-color css

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

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

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

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

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

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