#986356

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

Shades of Au Chico #986356

Tints of Au Chico #986356

Color information

#986356 (or 0x986356) is unknown color: approx Au Chico. HEX triplet: 98, 63 and 56. RGB value is (152,99,86). Sum of RGB (Red+Green+Blue) = 152+99+86=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #986356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986356 is #679CA9. Grayscale: #717171. Windows color (decimal): -6790314 or 5661592. OLE color: 5661592.

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

Color convert

RGB1529986-
CMYK00.350.430.40
HSL11.82º27.73%46.67%-
HSV(B)11.82º43.42%59.61%-
XYZ19.0916.2710.94-
YUV113.36112.56155.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=45.10%
G=29.38%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152998600.350.430.4011.8227.7346.67
Hex9863560232B28c1c2f
Octal2301431260435350143457
Binary10011000110001110101100100011101011101000110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986356; }

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

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

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

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

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

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

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

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