#986054

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

Shades of Au Chico #986054

Tints of Au Chico #986054

Color information

#986054 (or 0x986054) is unknown color: approx Au Chico. HEX triplet: 98, 60 and 54. RGB value is (152,96,84). Sum of RGB (Red+Green+Blue) = 152+96+84=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #986054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986054 is #679FAB. Grayscale: #6F6F6F. Windows color (decimal): -6791084 or 5529752. OLE color: 5529752.

HSL color Cylindrical-coordinate representation of color #986054: hue angle of 10.59º 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 #986054 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB1529684-
CMYK00.370.450.40
HSL10.59º28.81%46.27%-
HSV(B)10.59º44.74%59.61%-
XYZ18.7315.6810.43-
YUV111.38112.55156.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=45.78%
G=28.92%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152968400.370.450.4010.5928.8146.27
Hex9860540252D28b1d2e
Octal2301401240455550133556
Binary10011000110000010101000100101101101101000101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986054; }

 p { color: rgb(152,96,84); }

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

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

 a { background-color: rgb(152,96,84); }

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

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

 span { border-color: rgb(152,96,84); }

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