#936D60

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

Shades of Dark Chestnut #936D60

Tints of Dark Chestnut #936D60

Color information

#936D60 (or 0x936D60) is unknown color: approx Dark Chestnut. HEX triplet: 93, 6D and 60. RGB value is (147,109,96). Sum of RGB (Red+Green+Blue) = 147+109+96=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #936D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D60 is #6C929F. Grayscale: #767676. Windows color (decimal): -7115424 or 6319507. OLE color: 6319507.

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

Color convert

RGB14710996-
CMYK00.260.350.42
HSL15.29º20.99%47.65%-
HSV(B)15.29º34.69%57.65%-
XYZ19.6117.9813.5-
YUV118.88115.09148.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 109 (42.97% from 255) = 30.97%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=41.76%
G=30.97%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471099600.260.350.4215.2920.9947.65
Hex936D6001A232Af1530
Octal2231551400324352172560
Binary1001001111011011100000011010100011101010111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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