#92635A

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

Shades of Dark Chestnut #92635A

Tints of Dark Chestnut #92635A

Color information

#92635A (or 0x92635A) is unknown color: approx Dark Chestnut. HEX triplet: 92, 63 and 5A. RGB value is (146,99,90). Sum of RGB (Red+Green+Blue) = 146+99+90=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #92635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92635A is #6D9CA5. Grayscale: #707070. Windows color (decimal): -7183526 or 5923730. OLE color: 5923730.

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

Color convert

RGB1469990-
CMYK00.320.380.43
HSL9.64º23.73%46.27%-
HSV(B)9.64º38.36%57.25%-
XYZ18.1615.7711.76-
YUV112.03115.57152.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=43.58%
G=29.55%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146999000.320.380.439.6423.7346.27
Hex92635A020262Ba182e
Octal2221431320404653123056
Binary10010010110001110110100100000100110101011101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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