#986756

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

Shades of Au Chico #986756

Tints of Au Chico #986756

Color information

#986756 (or 0x986756) is unknown color: approx Au Chico. HEX triplet: 98, 67 and 56. RGB value is (152,103,86). Sum of RGB (Red+Green+Blue) = 152+103+86=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #986756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986756 is #6798A9. Grayscale: #737373. Windows color (decimal): -6789290 or 5662616. OLE color: 5662616.

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

Color convert

RGB15210386-
CMYK00.320.430.40
HSL15.45º27.73%46.67%-
HSV(B)15.45º43.42%59.61%-
XYZ19.4817.0511.07-
YUV115.71111.23153.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 86 (33.98% from 255) = 25.22%
R=44.57%
G=30.21%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521038600.320.430.4015.4527.7346.67
Hex9867560202B28f1c2f
Octal2301471260405350173457
Binary10011000110011110101100100000101011101000111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986756; }

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

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

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

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

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

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

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

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