#92685B

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

Shades of Dark Chestnut #92685B

Tints of Dark Chestnut #92685B

Color information

#92685B (or 0x92685B) is unknown color: approx Dark Chestnut. HEX triplet: 92, 68 and 5B. RGB value is (146,104,91). Sum of RGB (Red+Green+Blue) = 146+104+91=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #92685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92685B is #6D97A4. Grayscale: #737373. Windows color (decimal): -7182245 or 5990546. OLE color: 5990546.

HSL color Cylindrical-coordinate representation of color #92685B: hue angle of 14.18º degrees, saturation: 0.23, 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 #92685B is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14610491-
CMYK00.290.380.43
HSL14.18º23.21%46.47%-
HSV(B)14.18º37.67%57.25%-
XYZ18.6916.7712.15-
YUV115.08114.41150.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.82%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 91 (35.94% from 255) = 26.69%
R=42.82%
G=30.50%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461049100.290.380.4314.1823.2146.47
Hex92685B01D262Be172e
Octal2221501330354653162756
Binary1001001011010001011011011101100110101011111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92685B; }

 p { color: rgb(146,104,91); }

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

<style>
 a { background-color: #92685B; }

 a { background-color: rgb(146,104,91); }

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

<style>
 span { border-color: #92685B; }

 span { border-color: rgb(146,104,91); }

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