#986150

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

Shades of Au Chico #986150

Tints of Au Chico #986150

Color information

#986150 (or 0x986150) is unknown color: approx Au Chico. HEX triplet: 98, 61 and 50. RGB value is (152,97,80). Sum of RGB (Red+Green+Blue) = 152+97+80=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #986150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986150 is #679EAF. Grayscale: #6F6F6F. Windows color (decimal): -6790832 or 5267864. OLE color: 5267864.

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

Color convert

RGB1529780-
CMYK00.360.470.40
HSL14.17º31.03%45.49%-
HSV(B)14.17º47.37%59.61%-
XYZ18.6715.89.66-
YUV111.51110.22156.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=46.20%
G=29.48%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152978000.360.470.4014.1731.0345.49
Hex9861500242F28e1f2d
Octal2301411200445750163755
Binary10011000110000110100000100100101111101000111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986150; }

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

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

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

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

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

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

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

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