#92655E

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

Shades of Dark Chestnut #92655E

Tints of Dark Chestnut #92655E

Color information

#92655E (or 0x92655E) is unknown color: approx Dark Chestnut. HEX triplet: 92, 65 and 5E. RGB value is (146,101,94). Sum of RGB (Red+Green+Blue) = 146+101+94=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #92655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92655E is #6D9AA1. Grayscale: #717171. Windows color (decimal): -7183010 or 6186386. OLE color: 6186386.

HSL color Cylindrical-coordinate representation of color #92655E: hue angle of 8.08º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92655E is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14610194-
CMYK00.310.360.43
HSL8.08º21.67%47.06%-
HSV(B)8.08º35.62%57.25%-
XYZ18.5316.2312.75-
YUV113.66116.91151.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.82%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 94 (37.11% from 255) = 27.57%
R=42.82%
G=29.62%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461019400.310.360.438.0821.6747.06
Hex92655E01F242B8162f
Octal2221451360374453102657
Binary1001001011001011011110011111100100101011100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92655E; }

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

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

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

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

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

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

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

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