#936960

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

Shades of Dark Chestnut #936960

Tints of Dark Chestnut #936960

Color information

#936960 (or 0x936960) is unknown color: approx Dark Chestnut. HEX triplet: 93, 69 and 60. RGB value is (147,105,96). Sum of RGB (Red+Green+Blue) = 147+105+96=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 147 - color contains mainly: red. Hex color #936960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936960 is #6C969F. Grayscale: #747474. Windows color (decimal): -7116448 or 6318483. OLE color: 6318483.

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

Color convert

RGB14710596-
CMYK00.290.350.42
HSL10.59º20.99%47.65%-
HSV(B)10.59º34.69%57.65%-
XYZ19.217.1513.37-
YUV116.53116.41149.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.24%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=42.24%
G=30.17%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471059600.290.350.4210.5920.9947.65
Hex93696001D232Ab1530
Octal2231511400354352132560
Binary1001001111010011100000011101100011101010101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936960; }

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

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

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

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

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

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

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

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