#926258

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

Shades of Dark Chestnut #926258

Tints of Dark Chestnut #926258

Color information

#926258 (or 0x926258) is unknown color: approx Dark Chestnut. HEX triplet: 92, 62 and 58. RGB value is (146,98,88). Sum of RGB (Red+Green+Blue) = 146+98+88=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #926258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926258 is #6D9DA7. Grayscale: #6F6F6F. Windows color (decimal): -7183784 or 5792402. OLE color: 5792402.

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

Color convert

RGB1469888-
CMYK00.330.400.43
HSL10.34º24.79%45.88%-
HSV(B)10.34º39.73%57.25%-
XYZ17.9815.5511.29-
YUV111.21114.9152.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.98%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 88 (34.77% from 255) = 26.51%
R=43.98%
G=29.52%
B=26.51%

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
Decimal146988800.330.400.4310.3424.7945.88
Hex926258021282Ba192e
Octal2221421300415053123156
Binary10010010110001010110000100001101000101011101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926258; }

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

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

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

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

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

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

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

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