#926960

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

Shades of Dark Chestnut #926960

Tints of Dark Chestnut #926960

Color information

#926960 (or 0x926960) is unknown color: approx Dark Chestnut. HEX triplet: 92, 69 and 60. RGB value is (146,105,96). Sum of RGB (Red+Green+Blue) = 146+105+96=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #926960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926960 is #6D969F. Grayscale: #747474. Windows color (decimal): -7181984 or 6318482. OLE color: 6318482.

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

Color convert

RGB14610596-
CMYK00.280.340.43
HSL10.8º20.66%47.45%-
HSV(B)10.8º34.25%57.25%-
XYZ19.0217.0613.36-
YUV116.23116.58149.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.07%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=42.07%
G=30.26%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461059600.280.340.4310.820.6647.45
Hex92696001C222Bb152f
Octal2221511400344253132557
Binary1001001011010011100000011100100010101011101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926960; }

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

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

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

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

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

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

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

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