#926B60

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

Shades of Dark Chestnut #926B60

Tints of Dark Chestnut #926B60

Color information

#926B60 (or 0x926B60) is unknown color: approx Dark Chestnut. HEX triplet: 92, 6B and 60. RGB value is (146,107,96). Sum of RGB (Red+Green+Blue) = 146+107+96=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #926B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B60 is #6D949F. Grayscale: #757575. Windows color (decimal): -7181472 or 6318994. OLE color: 6318994.

HSL color Cylindrical-coordinate representation of color #926B60: hue angle of 13.2º 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 #926B60 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB14610796-
CMYK00.270.340.43
HSL13.2º20.66%47.45%-
HSV(B)13.2º34.25%57.25%-
XYZ19.2217.4713.43-
YUV117.41115.92148.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 107 (42.19% from 255) = 30.66%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=41.83%
G=30.66%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461079600.270.340.4313.220.6647.45
Hex926B6001B222Bd152f
Octal2221531400334253152557
Binary1001001011010111100000011011100010101011110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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