#936A5C

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

Shades of Dark Chestnut #936A5C

Tints of Dark Chestnut #936A5C

Color information

#936A5C (or 0x936A5C) is unknown color: approx Dark Chestnut. HEX triplet: 93, 6A and 5C. RGB value is (147,106,92). Sum of RGB (Red+Green+Blue) = 147+106+92=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #936A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936A5C is #6C95A3. Grayscale: #747474. Windows color (decimal): -7116196 or 6056595. OLE color: 6056595.

HSL color Cylindrical-coordinate representation of color #936A5C: hue angle of 15.27º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #936A5C is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB14710692-
CMYK00.280.370.42
HSL15.27º23.01%46.86%-
HSV(B)15.27º37.41%57.65%-
XYZ19.1217.2812.45-
YUV116.66114.08149.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.61%
GREEN value IS 106 (41.80% from 255) = 30.72%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=42.61%
G=30.72%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471069200.280.370.4215.2723.0146.86
Hex936A5C01C252Af172f
Octal2231521340344552172757
Binary1001001111010101011100011100100101101010111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,106,92); }

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

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

 a { background-color: rgb(147,106,92); }

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

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

 span { border-color: rgb(147,106,92); }

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