#986353

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

Shades of Au Chico #986353

Tints of Au Chico #986353

Color information

#986353 (or 0x986353) is unknown color: approx Au Chico. HEX triplet: 98, 63 and 53. RGB value is (152,99,83). Sum of RGB (Red+Green+Blue) = 152+99+83=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #986353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986353 is #679CAC. Grayscale: #717171. Windows color (decimal): -6790317 or 5464984. OLE color: 5464984.

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

Color convert

RGB1529983-
CMYK00.350.450.40
HSL13.91º29.36%46.08%-
HSV(B)13.91º45.39%59.61%-
XYZ18.9716.2210.32-
YUV113.02111.06155.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=45.51%
G=29.64%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152998300.350.450.4013.9129.3646.08
Hex9863530232D28e1d2e
Octal2301431230435550163556
Binary10011000110001110100110100011101101101000111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986353; }

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

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

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

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

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

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

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

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