#9E6251

Color #9E6251 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #9E6251

Tints of Au Chico #9E6251

Color information

#9E6251 (or 0x9E6251) is unknown color: approx Au Chico. HEX triplet: 9E, 62 and 51. RGB value is (158,98,81). Sum of RGB (Red+Green+Blue) = 158+98+81=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6251 is #619DAE. Grayscale: #727272. Windows color (decimal): -6397359 or 5333662. OLE color: 5333662.

HSL color Cylindrical-coordinate representation of color #9E6251: hue angle of 13.25º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E6251 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB1589881-
CMYK00.380.490.38
HSL13.25º32.22%46.86%-
HSV(B)13.25º48.73%61.96%-
XYZ19.9516.69.94-
YUV114109.38159.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.88%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=46.88%
G=29.08%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158988100.380.490.3813.2532.2246.86
Hex9E62510263126d202f
Octal2361421210466146154057
Binary100111101100010101000101001101100011001101101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E6251; }

 p { color: rgb(158,98,81); }

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

<style>
 a { background-color: #9E6251; }

 a { background-color: rgb(158,98,81); }

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

<style>
 span { border-color: #9E6251; }

 span { border-color: rgb(158,98,81); }

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