#936C68

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

Shades of Dark Chestnut #936C68

Tints of Dark Chestnut #936C68

Color information

#936C68 (or 0x936C68) is unknown color: approx Dark Chestnut. HEX triplet: 93, 6C and 68. RGB value is (147,108,104). Sum of RGB (Red+Green+Blue) = 147+108+104=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #936C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936C68 is #6C9397. Grayscale: #777777. Windows color (decimal): -7115672 or 6843539. OLE color: 6843539.

HSL color Cylindrical-coordinate representation of color #936C68: hue angle of 5.58º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #936C68 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB147108104-
CMYK00.270.290.42
HSL5.58º17.13%49.22%-
HSV(B)5.58º29.25%57.65%-
XYZ19.8917.9315.51-
YUV119.2119.42147.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 108 (42.58% from 255) = 30.08%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=40.95%
G=30.08%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710810400.270.290.425.5817.1349.22
Hex936C6801B1D2A61131
Octal223154150033355262161
Binary10010011110110011010000110111110110101011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,108,104); }

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

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

 a { background-color: rgb(147,108,104); }

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

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

 span { border-color: rgb(147,108,104); }

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