#806464

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

Shades of Light Wood #806464

Tints of Light Wood #806464

Color information

#806464 (or 0x806464) is unknown color: approx Light Wood. HEX triplet: 80, 64 and 64. RGB value is (128,100,100). Sum of RGB (Red+Green+Blue) = 128+100+100=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #806464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806464 is #7F9B9B. Grayscale: #6C6C6C. Windows color (decimal): -8362908 or 6579328. OLE color: 6579328.

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

Color convert

RGB128100100-
CMYK00.220.220.50
HSL12.28%44.71%-
HSV(B)21.88%50.2%-
XYZ15.7614.6214.05-
YUV108.37123.28142-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=39.02%
G=30.49%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810010000.220.220.50012.2844.71
Hex80646401616320c2d
Octal200144144026266201455
Binary10000000110010011001000101101011011001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806464; }

 p { color: rgb(128,100,100); }

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

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

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

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

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

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

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