#986553

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

Shades of Au Chico #986553

Tints of Au Chico #986553

Color information

#986553 (or 0x986553) is unknown color: approx Au Chico. HEX triplet: 98, 65 and 53. RGB value is (152,101,83). Sum of RGB (Red+Green+Blue) = 152+101+83=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #986553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986553 is #679AAC. Grayscale: #727272. Windows color (decimal): -6789805 or 5465496. OLE color: 5465496.

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

Color convert

RGB15210183-
CMYK00.340.450.40
HSL15.65º29.36%46.08%-
HSV(B)15.65º45.39%59.61%-
XYZ19.1616.6110.38-
YUV114.2110.4154.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 83 (32.81% from 255) = 24.70%
R=45.24%
G=30.06%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521018300.340.450.4015.6529.3646.08
Hex9865530222D28101d2e
Octal2301451230425550203556
Binary100110001100101101001101000101011011010001000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986553; }

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

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

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

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

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

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

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

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