Html Css Color HEX #986055 Au Chico

📋 copy color: '#986055'

red 152 ◦ green 96 ◦ blue 85

#986055
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Au Chico #986055

Tints of Au Chico #986055

RGB

 RED value IS 152 (59.77% from 255) = 45.65%

 GREEN value IS 96 (37.89% from 255) = 28.83%

 BLUE value IS 85 (33.59% from 255) = 25.53%

R = 45.65%
G = 28.83%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#986055 (or 0x986055) is known color: Au Chico. HEX triplet: 98, 60 and 55. RGB value is (152,96,85). Sum of RGB (Red+Green+Blue) = 152+96+85=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #986055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986055 is #679FAA. Grayscale: #6F6F6F. Windows color (decimal): -6791083 or 5595288. OLE color: 5595288.

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

Color convert

RGB 152 96 85 -
CMYK 0 0.37 0.44 0.40
HSL 9.85º 0.28% 0.46% -
HSV(B) 9.85º 0.44% 0.6% -
XYZ 18.77 15.7 10.63 -
YUV 111.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 152 96 85 0 0.37 0.44 0.40 9.85 0.28 0.46
Hex 98 60 55 0 25 2C 28 A 1C 2E
Octal 230 140 125 0 45 54 50 12 34 56
Binary 10011000 1100000 1010101 0 100101 101100 101000 1010 11100 101110

Color Harmonies of #986055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986055

Black with #986055

Text Example


Text Example

White with #986055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986055; }

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

 H1.HeaderClassName
 {
   color: #986055;
 }
 .AnyTagClassName
 {
   color: #986055;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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