#806362

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

Shades of Light Wood #806362

Tints of Light Wood #806362

Color information

#806362 (or 0x806362) is unknown color: approx Light Wood. HEX triplet: 80, 63 and 62. RGB value is (128,99,98). Sum of RGB (Red+Green+Blue) = 128+99+98=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #806362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806362 is #7F9C9D. Grayscale: #6B6B6B. Windows color (decimal): -8363166 or 6448000. OLE color: 6448000.

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

Color convert

RGB1289998-
CMYK00.230.230.50
HSL13.27%44.31%-
HSV(B)23.44%50.2%-
XYZ15.5714.3913.51-
YUV107.56122.61142.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 98 (38.67% from 255) = 30.15%
R=39.38%
G=30.46%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128999800.230.230.50213.2744.31
Hex80636201717322d2c
Octal200143142027276221554
Binary100000001100011110001001011110111110010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806362; }

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

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

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

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

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

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

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

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