#926A66

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

Shades of Dark Chestnut #926A66

Tints of Dark Chestnut #926A66

Color information

#926A66 (or 0x926A66) is unknown color: approx Dark Chestnut. HEX triplet: 92, 6A and 66. RGB value is (146,106,102). Sum of RGB (Red+Green+Blue) = 146+106+102=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #926A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926A66 is #6D9599. Grayscale: #757575. Windows color (decimal): -7181722 or 6711954. OLE color: 6711954.

HSL color Cylindrical-coordinate representation of color #926A66: hue angle of 5.45º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #926A66 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB146106102-
CMYK00.270.300.43
HSL5.45º17.74%48.63%-
HSV(B)5.45º30.14%57.25%-
XYZ19.4117.3814.9-
YUV117.5119.25148.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=41.24%
G=29.94%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610610200.270.300.435.4517.7448.63
Hex926A6601B1E2B51231
Octal222152146033365352261
Binary10010010110101011001100110111111010101110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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