#92675E

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

Shades of Dark Chestnut #92675E

Tints of Dark Chestnut #92675E

Color information

#92675E (or 0x92675E) is unknown color: approx Dark Chestnut. HEX triplet: 92, 67 and 5E. RGB value is (146,103,94). Sum of RGB (Red+Green+Blue) = 146+103+94=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 146 - color contains mainly: red. Hex color #92675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92675E is #6D98A1. Grayscale: #727272. Windows color (decimal): -7182498 or 6186898. OLE color: 6186898.

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

Color convert

RGB14610394-
CMYK00.290.360.43
HSL10.38º21.67%47.06%-
HSV(B)10.38º35.62%57.25%-
XYZ18.7216.6212.81-
YUV114.83116.25150.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.57%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 94 (37.11% from 255) = 27.41%
R=42.57%
G=30.03%
B=27.41%

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
Decimal1461039400.290.360.4310.3821.6747.06
Hex92675E01D242Ba162f
Octal2221471360354453122657
Binary1001001011001111011110011101100100101011101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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