#846363

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

Shades of Light Wood #846363

Tints of Light Wood #846363

Color information

#846363 (or 0x846363) is unknown color: approx Light Wood. HEX triplet: 84, 63 and 63. RGB value is (132,99,99). Sum of RGB (Red+Green+Blue) = 132+99+99=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #846363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846363 is #7B9C9C. Grayscale: #6C6C6C. Windows color (decimal): -8101021 or 6513540. OLE color: 6513540.

HSL color Cylindrical-coordinate representation of color #846363: hue angle of 0º 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 #846363 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB1329999-
CMYK00.250.250.48
HSL14.29%45.29%-
HSV(B)25%51.76%-
XYZ16.2314.7313.79-
YUV108.87122.43144.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 99 (39.06% from 255) = 30%
R=40%
G=30%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132999900.250.250.48014.2945.29
Hex84636301919300e2d
Octal204143143031316001655
Binary10000100110001111000110110011100111000001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846363; }

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

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

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

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

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

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

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

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