#936460

Color #936460 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #936460

Tints of Dark Chestnut #936460

Color information

#936460 (or 0x936460) is unknown color: approx Dark Chestnut. HEX triplet: 93, 64 and 60. RGB value is (147,100,96). Sum of RGB (Red+Green+Blue) = 147+100+96=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #936460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936460 is #6C9B9F. Grayscale: #717171. Windows color (decimal): -7117728 or 6317203. OLE color: 6317203.

HSL color Cylindrical-coordinate representation of color #936460: hue angle of 4.71º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #936460 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14710096-
CMYK00.320.350.42
HSL4.71º20.99%47.65%-
HSV(B)4.71º34.69%57.65%-
XYZ18.716.1613.2-
YUV113.6118.07151.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=42.86%
G=29.15%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471009600.320.350.424.7120.9947.65
Hex936460020232A51530
Octal223144140040435252560
Binary1001001111001001100000010000010001110101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936460; }

 p { color: rgb(147,100,96); }

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

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

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

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

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

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

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