#846463

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

Shades of Light Wood #846463

Tints of Light Wood #846463

Color information

#846463 (or 0x846463) is unknown color: approx Light Wood. HEX triplet: 84, 64 and 63. RGB value is (132,100,99). Sum of RGB (Red+Green+Blue) = 132+100+99=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #846463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846463 is #7B9B9C. Grayscale: #6D6D6D. Windows color (decimal): -8100765 or 6513796. OLE color: 6513796.

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

Color convert

RGB13210099-
CMYK00.240.250.48
HSL1.82º14.29%45.29%-
HSV(B)1.82º25%51.76%-
XYZ16.3314.9213.82-
YUV109.45122.1144.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=39.88%
G=30.21%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321009900.240.250.481.8214.2945.29
Hex84646301819302e2d
Octal204144143030316021655
Binary100001001100100110001101100011001110000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846463; }

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

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

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

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

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

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

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

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