#936B5F

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

Shades of Dark Chestnut #936B5F

Tints of Dark Chestnut #936B5F

Color information

#936B5F (or 0x936B5F) is unknown color: approx Dark Chestnut. HEX triplet: 93, 6B and 5F. RGB value is (147,107,95). Sum of RGB (Red+Green+Blue) = 147+107+95=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #936B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936B5F is #6C94A0. Grayscale: #757575. Windows color (decimal): -7115937 or 6253459. OLE color: 6253459.

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

Color convert

RGB14710795-
CMYK00.270.350.42
HSL13.85º21.49%47.45%-
HSV(B)13.85º35.37%57.65%-
XYZ19.3617.5413.19-
YUV117.59115.25148.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 107 (42.19% from 255) = 30.66%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=42.12%
G=30.66%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471079500.270.350.4213.8521.4947.45
Hex936B5F01B232Ae152f
Octal2231531370334352162557
Binary1001001111010111011111011011100011101010111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,107,95); }

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

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

 a { background-color: rgb(147,107,95); }

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

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

 span { border-color: rgb(147,107,95); }

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