#986359

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

Shades of Au Chico #986359

Tints of Au Chico #986359

Color information

#986359 (or 0x986359) is unknown color: approx Au Chico. HEX triplet: 98, 63 and 59. RGB value is (152,99,89). Sum of RGB (Red+Green+Blue) = 152+99+89=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #986359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986359 is #679CA6. Grayscale: #717171. Windows color (decimal): -6790311 or 5858200. OLE color: 5858200.

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

Color convert

RGB1529989-
CMYK00.350.410.40
HSL9.52º26.14%47.25%-
HSV(B)9.52º41.45%59.61%-
XYZ19.2116.3211.59-
YUV113.71114.06155.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 89 (35.16% from 255) = 26.18%
R=44.71%
G=29.12%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152998900.350.410.409.5226.1447.25
Hex9863590232928a1a2f
Octal2301431310435150123257
Binary10011000110001110110010100011101001101000101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986359; }

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

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

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

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

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

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

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

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