Html Css Color HEX #985F55 Au Chico

📋 copy color: '#985F55'

red 152 ◦ green 95 ◦ blue 85

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

Shades of Au Chico #985F55

Tints of Au Chico #985F55

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.61%

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

R = 45.78%
G = 28.61%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#985F55 (or 0x985F55) is known color: Au Chico. HEX triplet: 98, 5F and 55. RGB value is (152,95,85). Sum of RGB (Red+Green+Blue) = 152+95+85=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #985F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985F55 is #67A0AA. Grayscale: #6F6F6F. Windows color (decimal): -6791339 or 5595032. OLE color: 5595032.

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

Color convert

RGB 152 95 85 -
CMYK 0 0.38 0.44 0.40
HSL 8.96º 0.28% 0.46% -
HSV(B) 8.96º 0.44% 0.6% -
XYZ 18.68 15.52 10.6 -
YUV 110.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 152 95 85 0 0.38 0.44 0.40 8.96 0.28 0.46
Hex 98 5F 55 0 26 2C 28 9 1C 2E
Octal 230 137 125 0 46 54 50 11 34 56
Binary 10011000 1011111 1010101 0 100110 101100 101000 1001 11100 101110

Color Harmonies of #985F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F55

Black with #985F55

Text Example


Text Example

White with #985F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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