#986152

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

Shades of Au Chico #986152

Tints of Au Chico #986152

Color information

#986152 (or 0x986152) is unknown color: approx Au Chico. HEX triplet: 98, 61 and 52. RGB value is (152,97,82). Sum of RGB (Red+Green+Blue) = 152+97+82=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #986152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986152 is #679EAD. Grayscale: #6F6F6F. Windows color (decimal): -6790830 or 5398936. OLE color: 5398936.

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

Color convert

RGB1529782-
CMYK00.360.460.40
HSL12.86º29.91%45.88%-
HSV(B)12.86º46.05%59.61%-
XYZ18.7515.8310.05-
YUV111.74111.22156.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=45.92%
G=29.31%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152978200.360.460.4012.8629.9145.88
Hex9861520242E28d1e2e
Octal2301411220445650153656
Binary10011000110000110100100100100101110101000110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986152; }

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

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

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

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

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

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

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

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