#92625B

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

Shades of Dark Chestnut #92625B

Tints of Dark Chestnut #92625B

Color information

#92625B (or 0x92625B) is unknown color: approx Dark Chestnut. HEX triplet: 92, 62 and 5B. RGB value is (146,98,91). Sum of RGB (Red+Green+Blue) = 146+98+91=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #92625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92625B is #6D9DA4. Grayscale: #6F6F6F. Windows color (decimal): -7183781 or 5989010. OLE color: 5989010.

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

Color convert

RGB1469891-
CMYK00.330.380.43
HSL7.64º23.21%46.47%-
HSV(B)7.64º37.67%57.25%-
XYZ18.1115.611.95-
YUV111.55116.4152.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=43.58%
G=29.25%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146989100.330.380.437.6423.2146.47
Hex92625B021262B8172e
Octal2221421330414653102756
Binary10010010110001010110110100001100110101011100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92625B; }

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

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

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

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

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

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

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

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