#926F66

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

Shades of Dark Chestnut #926F66

Tints of Dark Chestnut #926F66

Color information

#926F66 (or 0x926F66) is unknown color: approx Dark Chestnut. HEX triplet: 92, 6F and 66. RGB value is (146,111,102). Sum of RGB (Red+Green+Blue) = 146+111+102=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #926F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F66 is #6D9099. Grayscale: #787878. Windows color (decimal): -7180442 or 6713234. OLE color: 6713234.

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

Color convert

RGB146111102-
CMYK00.240.300.43
HSL12.27º17.74%48.63%-
HSV(B)12.27º30.14%57.25%-
XYZ19.9418.4415.08-
YUV120.44117.6146.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.67%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=40.67%
G=30.92%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611110200.240.300.4312.2717.7448.63
Hex926F660181E2Bc1231
Octal2221571460303653142261
Binary100100101101111110011001100011110101011110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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