#936B60

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

Shades of Dark Chestnut #936B60

Tints of Dark Chestnut #936B60

Color information

#936B60 (or 0x936B60) is unknown color: approx Dark Chestnut. HEX triplet: 93, 6B and 60. RGB value is (147,107,96). Sum of RGB (Red+Green+Blue) = 147+107+96=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #936B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936B60 is #6C949F. Grayscale: #757575. Windows color (decimal): -7115936 or 6318995. OLE color: 6318995.

HSL color Cylindrical-coordinate representation of color #936B60: hue angle of 12.94º 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 #936B60 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14710796-
CMYK00.270.350.42
HSL12.94º20.99%47.65%-
HSV(B)12.94º34.69%57.65%-
XYZ19.417.5613.43-
YUV117.71115.75148.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42%
GREEN value IS 107 (42.19% from 255) = 30.57%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=42%
G=30.57%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471079600.270.350.4212.9420.9947.65
Hex936B6001B232Ad1530
Octal2231531400334352152560
Binary1001001111010111100000011011100011101010110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936B60; }

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

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

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

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

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

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

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

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