#92675D

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

Shades of Dark Chestnut #92675D

Tints of Dark Chestnut #92675D

Color information

#92675D (or 0x92675D) is unknown color: approx Dark Chestnut. HEX triplet: 92, 67 and 5D. RGB value is (146,103,93). Sum of RGB (Red+Green+Blue) = 146+103+93=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #92675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92675D is #6D98A2. Grayscale: #727272. Windows color (decimal): -7182499 or 6121362. OLE color: 6121362.

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

Color convert

RGB14610393-
CMYK00.290.360.43
HSL11.32º22.18%46.86%-
HSV(B)11.32º36.3%57.25%-
XYZ18.6816.612.58-
YUV114.72115.75150.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.69%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 93 (36.72% from 255) = 27.19%
R=42.69%
G=30.12%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461039300.290.360.4311.3222.1846.86
Hex92675D01D242Bb162f
Octal2221471350354453132657
Binary1001001011001111011101011101100100101011101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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