#926257

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

Shades of Dark Chestnut #926257

Tints of Dark Chestnut #926257

Color information

#926257 (or 0x926257) is unknown color: approx Dark Chestnut. HEX triplet: 92, 62 and 57. RGB value is (146,98,87). Sum of RGB (Red+Green+Blue) = 146+98+87=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #926257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926257 is #6D9DA8. Grayscale: #6F6F6F. Windows color (decimal): -7183785 or 5726866. OLE color: 5726866.

HSL color Cylindrical-coordinate representation of color #926257: hue angle of 11.19º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #926257 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB1469887-
CMYK00.330.400.43
HSL11.19º25.32%45.69%-
HSV(B)11.19º40.41%57.25%-
XYZ17.9415.5311.07-
YUV111.1114.4152.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 87 (34.38% from 255) = 26.28%
R=44.11%
G=29.61%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146988700.330.400.4311.1925.3245.69
Hex926257021282Bb192e
Octal2221421270415053133156
Binary10010010110001010101110100001101000101011101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926257; }

 p { color: rgb(146,98,87); }

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

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

 a { background-color: rgb(146,98,87); }

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

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

 span { border-color: rgb(146,98,87); }

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