#846564

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

Shades of Light Wood #846564

Tints of Light Wood #846564

Color information

#846564 (or 0x846564) is unknown color: approx Light Wood. HEX triplet: 84, 65 and 64. RGB value is (132,101,100). Sum of RGB (Red+Green+Blue) = 132+101+100=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #846564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846564 is #7B9A9B. Grayscale: #6E6E6E. Windows color (decimal): -8100508 or 6579588. OLE color: 6579588.

HSL color Cylindrical-coordinate representation of color #846564: hue angle of 1.88º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #846564 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB132101100-
CMYK00.230.240.48
HSL1.88º13.79%45.49%-
HSV(B)1.88º24.24%51.76%-
XYZ16.4715.1314.11-
YUV110.16122.27143.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=39.64%
G=30.33%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210110000.230.240.481.8813.7945.49
Hex84656401718302e2d
Octal204145144027306021655
Binary100001001100101110010001011111000110000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846564; }

 p { color: rgb(132,101,100); }

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

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

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

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

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

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

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