#92695E

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

Shades of Dark Chestnut #92695E

Tints of Dark Chestnut #92695E

Color information

#92695E (or 0x92695E) is unknown color: approx Dark Chestnut. HEX triplet: 92, 69 and 5E. RGB value is (146,105,94). Sum of RGB (Red+Green+Blue) = 146+105+94=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #92695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92695E is #6D96A1. Grayscale: #747474. Windows color (decimal): -7181986 or 6187410. OLE color: 6187410.

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

Color convert

RGB14610594-
CMYK00.280.360.43
HSL12.69º21.67%47.06%-
HSV(B)12.69º35.62%57.25%-
XYZ18.9317.0212.88-
YUV116115.58149.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=42.32%
G=30.43%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461059400.280.360.4312.6921.6747.06
Hex92695E01C242Bd162f
Octal2221511360344453152657
Binary1001001011010011011110011100100100101011110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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