#937168

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

Shades of Dark Chestnut #937168

Tints of Dark Chestnut #937168

Color information

#937168 (or 0x937168) is unknown color: approx Dark Chestnut. HEX triplet: 93, 71 and 68. RGB value is (147,113,104). Sum of RGB (Red+Green+Blue) = 147+113+104=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 147 - color contains mainly: red. Hex color #937168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937168 is #6C8E97. Grayscale: #7A7A7A. Windows color (decimal): -7114392 or 6844819. OLE color: 6844819.

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

Color convert

RGB147113104-
CMYK00.230.290.42
HSL12.56º17.13%49.22%-
HSV(B)12.56º29.25%57.65%-
XYZ20.4419.0115.69-
YUV122.14117.76145.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.38%
GREEN value IS 113 (44.53% from 255) = 31.04%
BLUE value IS 104 (41.02% from 255) = 28.57%
R=40.38%
G=31.04%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711310400.230.290.4212.5617.1349.22
Hex9371680171D2Ad1131
Octal2231611500273552152161
Binary100100111110001110100001011111101101010110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937168; }

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

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

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

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

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

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

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

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