#936C64

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

Shades of Dark Chestnut #936C64

Tints of Dark Chestnut #936C64

Color information

#936C64 (or 0x936C64) is unknown color: approx Dark Chestnut. HEX triplet: 93, 6C and 64. RGB value is (147,108,100). Sum of RGB (Red+Green+Blue) = 147+108+100=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #936C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936C64 is #6C939B. Grayscale: #767676. Windows color (decimal): -7115676 or 6581395. OLE color: 6581395.

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

Color convert

RGB147108100-
CMYK00.270.320.42
HSL10.21º19.03%48.43%-
HSV(B)10.21º31.97%57.65%-
XYZ19.717.8514.46-
YUV118.75117.42148.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 108 (42.58% from 255) = 30.42%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=41.41%
G=30.42%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710810000.270.320.4210.2119.0348.43
Hex936C6401B202Aa1330
Octal2231541440334052122360
Binary1001001111011001100100011011100000101010101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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