Html Css Color HEX #985D51 Au Chico

📋 copy color: '#985D51'

red 152 ◦ green 93 ◦ blue 81

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

Shades of Au Chico #985D51

Tints of Au Chico #985D51

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.53%

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

R = 46.63%
G = 28.53%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#985D51 (or 0x985D51) is known color: Au Chico. HEX triplet: 98, 5D and 51. RGB value is (152,93,81). Sum of RGB (Red+Green+Blue) = 152+93+81=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #985D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D51 is #67A2AE. Grayscale: #6D6D6D. Windows color (decimal): -6791855 or 5332376. OLE color: 5332376.

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

Color convert

RGB 152 93 81 -
CMYK 0 0.39 0.47 0.40
HSL 10.14º 0.3% 0.46% -
HSV(B) 10.14º 0.47% 0.6% -
XYZ 18.35 15.1 9.73 -
YUV 109.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 152 93 81 0 0.39 0.47 0.40 10.14 0.3 0.46
Hex 98 5D 51 0 27 2F 28 A 1E 2E
Octal 230 135 121 0 47 57 50 12 36 56
Binary 10011000 1011101 1010001 0 100111 101111 101000 1010 11110 101110

Color Harmonies of #985D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D51

Black with #985D51

Text Example


Text Example

White with #985D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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