#926D66

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

Shades of Dark Chestnut #926D66

Tints of Dark Chestnut #926D66

Color information

#926D66 (or 0x926D66) is unknown color: approx Dark Chestnut. HEX triplet: 92, 6D and 66. RGB value is (146,109,102). Sum of RGB (Red+Green+Blue) = 146+109+102=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #926D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D66 is #6D9299. Grayscale: #777777. Windows color (decimal): -7180954 or 6712722. OLE color: 6712722.

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

Color convert

RGB146109102-
CMYK00.250.300.43
HSL9.55º17.74%48.63%-
HSV(B)9.55º30.14%57.25%-
XYZ19.7218.0115.01-
YUV119.26118.26147.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.90%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=40.90%
G=30.53%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610910200.250.300.439.5517.7448.63
Hex926D660191E2Ba1231
Octal2221551460313653122261
Binary100100101101101110011001100111110101011101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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