#92675F

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

Shades of Dark Chestnut #92675F

Tints of Dark Chestnut #92675F

Color information

#92675F (or 0x92675F) is unknown color: approx Dark Chestnut. HEX triplet: 92, 67 and 5F. RGB value is (146,103,95). Sum of RGB (Red+Green+Blue) = 146+103+95=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 146 - color contains mainly: red. Hex color #92675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92675F is #6D98A0. Grayscale: #737373. Windows color (decimal): -7182497 or 6252434. OLE color: 6252434.

HSL color Cylindrical-coordinate representation of color #92675F: hue angle of 9.41º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92675F is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB14610395-
CMYK00.290.350.43
HSL9.41º21.16%47.25%-
HSV(B)9.41º34.93%57.25%-
XYZ18.7716.6413.05-
YUV114.94116.75150.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.44%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 95 (37.5% from 255) = 27.62%
R=42.44%
G=29.94%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461039500.290.350.439.4121.1647.25
Hex92675F01D232B9152f
Octal2221471370354353112557
Binary1001001011001111011111011101100011101011100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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