#986655

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

Shades of Au Chico #986655

Tints of Au Chico #986655

Color information

#986655 (or 0x986655) is unknown color: approx Au Chico. HEX triplet: 98, 66 and 55. RGB value is (152,102,85). Sum of RGB (Red+Green+Blue) = 152+102+85=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #986655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986655 is #6799AA. Grayscale: #737373. Windows color (decimal): -6789547 or 5596824. OLE color: 5596824.

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

Color convert

RGB15210285-
CMYK00.330.440.40
HSL15.22º28.27%46.47%-
HSV(B)15.22º44.08%59.61%-
XYZ19.3416.8310.82-
YUV115.01111.06154.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=44.84%
G=30.09%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521028500.330.440.4015.2228.2746.47
Hex9866550212C28f1c2e
Octal2301461250415450173456
Binary10011000110011010101010100001101100101000111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986655; }

 p { color: rgb(152,102,85); }

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

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

 a { background-color: rgb(152,102,85); }

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

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

 span { border-color: rgb(152,102,85); }

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