Html Css Color HEX #985F51 Au Chico

📋 copy color: '#985F51'

red 152 ◦ green 95 ◦ blue 81

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

Shades of Au Chico #985F51

Tints of Au Chico #985F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.7%

R = 46.34%
G = 28.96%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#985F51 (or 0x985F51) is known color: Au Chico. HEX triplet: 98, 5F and 51. RGB value is (152,95,81). Sum of RGB (Red+Green+Blue) = 152+95+81=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #985F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985F51 is #67A0AE. Grayscale: #6E6E6E. Windows color (decimal): -6791343 or 5332888. OLE color: 5332888.

HSL color Cylindrical-coordinate representation of color #985F51: hue angle of 11.83º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985F51 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 95 81 -
CMYK 0 0.38 0.47 0.40
HSL 11.83º 0.3% 0.46% -
HSV(B) 11.83º 0.47% 0.6% -
XYZ 18.53 15.45 9.79 -
YUV 110.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 152 95 81 0 0.38 0.47 0.40 11.83 0.3 0.46
Hex 98 5F 51 0 26 2F 28 C 1E 2E
Octal 230 137 121 0 46 57 50 14 36 56
Binary 10011000 1011111 1010001 0 100110 101111 101000 1100 11110 101110

Color Harmonies of #985F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F51

Black with #985F51

Text Example


Text Example

White with #985F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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