#936864

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

Shades of Dark Chestnut #936864

Tints of Dark Chestnut #936864

Color information

#936864 (or 0x936864) is unknown color: approx Dark Chestnut. HEX triplet: 93, 68 and 64. RGB value is (147,104,100). Sum of RGB (Red+Green+Blue) = 147+104+100=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #936864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936864 is #6C979B. Grayscale: #747474. Windows color (decimal): -7116700 or 6580371. OLE color: 6580371.

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

Color convert

RGB147104100-
CMYK00.290.320.42
HSL5.11º19.03%48.43%-
HSV(B)5.11º31.97%57.65%-
XYZ19.2817.0214.33-
YUV116.4118.75149.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.88%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=41.88%
G=29.63%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710410000.290.320.425.1119.0348.43
Hex93686401D202A51330
Octal223150144035405252360
Binary100100111101000110010001110110000010101010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936864; }

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

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

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

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

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

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

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

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