Html Css Color HEX #985E56 Au Chico

📋 copy color: '#985E56'

red 152 ◦ green 94 ◦ blue 86

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

Shades of Au Chico #985E56

Tints of Au Chico #985E56

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.31%

 BLUE value IS 86 (33.98% from 255) = 25.9%

R = 45.78%
G = 28.31%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#985E56 (or 0x985E56) is known color: Au Chico. HEX triplet: 98, 5E and 56. RGB value is (152,94,86). Sum of RGB (Red+Green+Blue) = 152+94+86=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #985E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E56 is #67A1A9. Grayscale: #6E6E6E. Windows color (decimal): -6791594 or 5660312. OLE color: 5660312.

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

Color convert

RGB 152 94 86 -
CMYK 0 0.38 0.43 0.40
HSL 7.27º 0.28% 0.47% -
HSV(B) 7.27º 0.43% 0.6% -
XYZ 18.63 15.35 10.79 -
YUV 110.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 152 94 86 0 0.38 0.43 0.40 7.27 0.28 0.47
Hex 98 5E 56 0 26 2B 28 7 1C 2F
Octal 230 136 126 0 46 53 50 7 34 57
Binary 10011000 1011110 1010110 0 100110 101011 101000 111 11100 101111

Color Harmonies of #985E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E56

Black with #985E56

Text Example


Text Example

White with #985E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,94,86); }

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

background-color css

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

 a { background-color: rgb(152,94,86); }

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

border-color css

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

 span { border-color: rgb(152,94,86); }

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