#936962

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

Shades of Dark Chestnut #936962

Tints of Dark Chestnut #936962

Color information

#936962 (or 0x936962) is unknown color: approx Dark Chestnut. HEX triplet: 93, 69 and 62. RGB value is (147,105,98). Sum of RGB (Red+Green+Blue) = 147+105+98=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #936962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936962 is #6C969D. Grayscale: #747474. Windows color (decimal): -7116446 or 6449555. OLE color: 6449555.

HSL color Cylindrical-coordinate representation of color #936962: hue angle of 8.57º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #936962 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14710598-
CMYK00.290.330.42
HSL8.57º20%48.04%-
HSV(B)8.57º33.33%57.65%-
XYZ19.2917.1913.86-
YUV116.76117.41149.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 98 (38.67% from 255) = 28%
R=42%
G=30%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471059800.290.330.428.572048.04
Hex93696201D212A91430
Octal2231511420354152112460
Binary1001001111010011100010011101100001101010100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936962; }

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

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

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

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

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

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

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

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