#806242

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

Shades of Dark Wood #806242

Tints of Dark Wood #806242

Color information

#806242 (or 0x806242) is unknown color: approx Dark Wood. HEX triplet: 80, 62 and 42. RGB value is (128,98,66). Sum of RGB (Red+Green+Blue) = 128+98+66=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #806242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806242 is #7F9DBD. Grayscale: #676767. Windows color (decimal): -8363454 or 4350592. OLE color: 4350592.

HSL color Cylindrical-coordinate representation of color #806242: hue angle of 30.97º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806242 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB1289866-
CMYK00.230.480.50
HSL30.97º31.96%38.04%-
HSV(B)30.97º48.44%50.2%-
XYZ14.2513.727.05-
YUV103.32106.94145.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=43.84%
G=33.56%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128986600.230.480.5030.9731.9638.04
Hex80624201730321f2026
Octal2001421020276062374046
Binary100000001100010100001001011111000011001011111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806242; }

 p { color: rgb(128,98,66); }

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

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

 a { background-color: rgb(128,98,66); }

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

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

 span { border-color: rgb(128,98,66); }

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