#926660

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

Shades of Dark Chestnut #926660

Tints of Dark Chestnut #926660

Color information

#926660 (or 0x926660) is unknown color: approx Dark Chestnut. HEX triplet: 92, 66 and 60. RGB value is (146,102,96). Sum of RGB (Red+Green+Blue) = 146+102+96=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 146 - color contains mainly: red. Hex color #926660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926660 is #6D999F. Grayscale: #727272. Windows color (decimal): -7182752 or 6317714. OLE color: 6317714.

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

Color convert

RGB14610296-
CMYK00.300.340.43
HSL7.2º20.66%47.45%-
HSV(B)7.2º34.25%57.25%-
XYZ18.7216.4613.26-
YUV114.47117.58150.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.44%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=42.44%
G=29.65%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461029600.300.340.437.220.6647.45
Hex92666001E222B7152f
Octal222146140036425372557
Binary100100101100110110000001111010001010101111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926660; }

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

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

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

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

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

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

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

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