#92645C

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

Shades of Dark Chestnut #92645C

Tints of Dark Chestnut #92645C

Color information

#92645C (or 0x92645C) is unknown color: approx Dark Chestnut. HEX triplet: 92, 64 and 5C. RGB value is (146,100,92). Sum of RGB (Red+Green+Blue) = 146+100+92=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #92645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92645C is #6D9BA3. Grayscale: #707070. Windows color (decimal): -7183268 or 6055058. OLE color: 6055058.

HSL color Cylindrical-coordinate representation of color #92645C: hue angle of 8.89º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92645C is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14610092-
CMYK00.320.370.43
HSL8.89º22.69%46.67%-
HSV(B)8.89º36.99%57.25%-
XYZ18.341612.25-
YUV112.84116.24151.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.20%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=43.20%
G=29.59%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461009200.320.370.438.8922.6946.67
Hex92645C020252B9172f
Octal2221441340404553112757
Binary10010010110010010111000100000100101101011100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92645C; }

 p { color: rgb(146,100,92); }

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

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

 a { background-color: rgb(146,100,92); }

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

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

 span { border-color: rgb(146,100,92); }

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