#92665A

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

Shades of Dark Chestnut #92665A

Tints of Dark Chestnut #92665A

Color information

#92665A (or 0x92665A) is unknown color: approx Dark Chestnut. HEX triplet: 92, 66 and 5A. RGB value is (146,102,90). Sum of RGB (Red+Green+Blue) = 146+102+90=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #92665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92665A is #6D99A5. Grayscale: #717171. Windows color (decimal): -7182758 or 5924498. OLE color: 5924498.

HSL color Cylindrical-coordinate representation of color #92665A: hue angle of 12.86º degrees, saturation: 0.24, 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 #92665A is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14610290-
CMYK00.300.380.43
HSL12.86º23.73%46.27%-
HSV(B)12.86º38.36%57.25%-
XYZ18.4516.3511.86-
YUV113.79114.58150.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.20%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=43.20%
G=30.18%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461029000.300.380.4312.8623.7346.27
Hex92665A01E262Bd182e
Octal2221461320364653153056
Binary1001001011001101011010011110100110101011110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92665A; }

 p { color: rgb(146,102,90); }

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

<style>
 a { background-color: #92665A; }

 a { background-color: rgb(146,102,90); }

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

<style>
 span { border-color: #92665A; }

 span { border-color: rgb(146,102,90); }

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