#92655D

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

Shades of Dark Chestnut #92655D

Tints of Dark Chestnut #92655D

Color information

#92655D (or 0x92655D) is unknown color: approx Dark Chestnut. HEX triplet: 92, 65 and 5D. RGB value is (146,101,93). Sum of RGB (Red+Green+Blue) = 146+101+93=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #92655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92655D is #6D9AA2. Grayscale: #717171. Windows color (decimal): -7183011 or 6120850. OLE color: 6120850.

HSL color Cylindrical-coordinate representation of color #92655D: hue angle of 9.06º 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 #92655D is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14610193-
CMYK00.310.360.43
HSL9.06º22.18%46.86%-
HSV(B)9.06º36.3%57.25%-
XYZ18.4816.2112.51-
YUV113.54116.41151.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.94%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 93 (36.72% from 255) = 27.35%
R=42.94%
G=29.71%
B=27.35%

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
Decimal1461019300.310.360.439.0622.1846.86
Hex92655D01F242B9162f
Octal2221451350374453112657
Binary1001001011001011011101011111100100101011100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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