#986050

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

Shades of Au Chico #986050

Tints of Au Chico #986050

Color information

#986050 (or 0x986050) is unknown color: approx Au Chico. HEX triplet: 98, 60 and 50. RGB value is (152,96,80). Sum of RGB (Red+Green+Blue) = 152+96+80=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #986050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986050 is #679FAF. Grayscale: #6F6F6F. Windows color (decimal): -6791088 or 5267608. OLE color: 5267608.

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

Color convert

RGB1529680-
CMYK00.370.470.40
HSL13.33º31.03%45.49%-
HSV(B)13.33º47.37%59.61%-
XYZ18.5815.629.63-
YUV110.92110.55157.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 80 (31.64% from 255) = 24.39%
R=46.34%
G=29.27%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152968000.370.470.4013.3331.0345.49
Hex9860500252F28d1f2d
Octal2301401200455750153755
Binary10011000110000010100000100101101111101000110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986050; }

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

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

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

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

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

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

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

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