#926559

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

Shades of Dark Chestnut #926559

Tints of Dark Chestnut #926559

Color information

#926559 (or 0x926559) is unknown color: approx Dark Chestnut. HEX triplet: 92, 65 and 59. RGB value is (146,101,89). Sum of RGB (Red+Green+Blue) = 146+101+89=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #926559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926559 is #6D9AA6. Grayscale: #717171. Windows color (decimal): -7183015 or 5858706. OLE color: 5858706.

HSL color Cylindrical-coordinate representation of color #926559: hue angle of 12.63º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #926559 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB14610189-
CMYK00.310.390.43
HSL12.63º24.26%46.08%-
HSV(B)12.63º39.04%57.25%-
XYZ18.3116.1411.6-
YUV113.09114.41151.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.45%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=43.45%
G=30.06%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461018900.310.390.4312.6324.2646.08
Hex92655901F272Bd182e
Octal2221451310374753153056
Binary1001001011001011011001011111100111101011110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926559; }

 p { color: rgb(146,101,89); }

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

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

 a { background-color: rgb(146,101,89); }

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

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

 span { border-color: rgb(146,101,89); }

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