#986153

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

Shades of Au Chico #986153

Tints of Au Chico #986153

Color information

#986153 (or 0x986153) is unknown color: approx Au Chico. HEX triplet: 98, 61 and 53. RGB value is (152,97,83). Sum of RGB (Red+Green+Blue) = 152+97+83=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #986153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986153 is #679EAC. Grayscale: #6F6F6F. Windows color (decimal): -6790829 or 5464472. OLE color: 5464472.

HSL color Cylindrical-coordinate representation of color #986153: hue angle of 12.17º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #986153 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB1529783-
CMYK00.360.450.40
HSL12.17º29.36%46.08%-
HSV(B)12.17º45.39%59.61%-
XYZ18.7815.8510.25-
YUV111.85111.72156.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 83 (32.81% from 255) = 25%
R=45.78%
G=29.22%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152978300.360.450.4012.1729.3646.08
Hex9861530242D28c1d2e
Octal2301411230445550143556
Binary10011000110000110100110100100101101101000110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986153; }

 p { color: rgb(152,97,83); }

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

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

 a { background-color: rgb(152,97,83); }

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

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

 span { border-color: rgb(152,97,83); }

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