#926C60

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

Shades of Dark Chestnut #926C60

Tints of Dark Chestnut #926C60

Color information

#926C60 (or 0x926C60) is unknown color: approx Dark Chestnut. HEX triplet: 92, 6C and 60. RGB value is (146,108,96). Sum of RGB (Red+Green+Blue) = 146+108+96=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #926C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926C60 is #6D939F. Grayscale: #767676. Windows color (decimal): -7181216 or 6319250. OLE color: 6319250.

HSL color Cylindrical-coordinate representation of color #926C60: hue angle of 14.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926C60 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB14610896-
CMYK00.260.340.43
HSL14.4º20.66%47.45%-
HSV(B)14.4º34.25%57.25%-
XYZ19.3317.6813.46-
YUV117.99115.59147.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.71%
GREEN value IS 108 (42.58% from 255) = 30.86%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=41.71%
G=30.86%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461089600.260.340.4314.420.6647.45
Hex926C6001A222Be152f
Octal2221541400324253162557
Binary1001001011011001100000011010100010101011111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926C60; }

 p { color: rgb(146,108,96); }

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

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

 a { background-color: rgb(146,108,96); }

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

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

 span { border-color: rgb(146,108,96); }

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