#986255

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

Shades of Au Chico #986255

Tints of Au Chico #986255

Color information

#986255 (or 0x986255) is unknown color: approx Au Chico. HEX triplet: 98, 62 and 55. RGB value is (152,98,85). Sum of RGB (Red+Green+Blue) = 152+98+85=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #986255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986255 is #679DAA. Grayscale: #707070. Windows color (decimal): -6790571 or 5595800. OLE color: 5595800.

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

Color convert

RGB1529885-
CMYK00.360.440.40
HSL11.64º28.27%46.47%-
HSV(B)11.64º44.08%59.61%-
XYZ18.9616.0710.7-
YUV112.66112.39156.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=45.37%
G=29.25%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152988500.360.440.4011.6428.2746.47
Hex9862550242C28c1c2e
Octal2301421250445450143456
Binary10011000110001010101010100100101100101000110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986255; }

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

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

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

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

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

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

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

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