Html Css Color HEX #985F54 Au Chico

📋 copy color: '#985F54'

red 152 ◦ green 95 ◦ blue 84

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

Shades of Au Chico #985F54

Tints of Au Chico #985F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.38%

R = 45.92%
G = 28.7%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#985F54 (or 0x985F54) is known color: Au Chico. HEX triplet: 98, 5F and 54. RGB value is (152,95,84). Sum of RGB (Red+Green+Blue) = 152+95+84=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #985F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985F54 is #67A0AB. Grayscale: #6E6E6E. Windows color (decimal): -6791340 or 5529496. OLE color: 5529496.

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

Color convert

RGB 152 95 84 -
CMYK 0 0.38 0.45 0.40
HSL 9.71º 0.29% 0.46% -
HSV(B) 9.71º 0.45% 0.6% -
XYZ 18.64 15.5 10.4 -
YUV 110.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 152 95 84 0 0.38 0.45 0.40 9.71 0.29 0.46
Hex 98 5F 54 0 26 2D 28 A 1D 2E
Octal 230 137 124 0 46 55 50 12 35 56
Binary 10011000 1011111 1010100 0 100110 101101 101000 1010 11101 101110

Color Harmonies of #985F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F54

Black with #985F54

Text Example


Text Example

White with #985F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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