Html Css Color HEX #986151 Au Chico

📋 copy color: '#986151'

red 152 ◦ green 97 ◦ blue 81

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

Shades of Au Chico #986151

Tints of Au Chico #986151

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

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

R = 46.06%
G = 29.39%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#986151 (or 0x986151) is known color: Au Chico. HEX triplet: 98, 61 and 51. RGB value is (152,97,81). Sum of RGB (Red+Green+Blue) = 152+97+81=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #986151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986151 is #679EAE. Grayscale: #6F6F6F. Windows color (decimal): -6790831 or 5333400. OLE color: 5333400.

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

Color convert

RGB 152 97 81 -
CMYK 0 0.36 0.47 0.40
HSL 13.52º 0.3% 0.46% -
HSV(B) 13.52º 0.47% 0.6% -
XYZ 18.71 15.82 9.85 -
YUV 111.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 152 97 81 0 0.36 0.47 0.40 13.52 0.3 0.46
Hex 98 61 51 0 24 2F 28 E 1E 2E
Octal 230 141 121 0 44 57 50 16 36 56
Binary 10011000 1100001 1010001 0 100100 101111 101000 1110 11110 101110

Color Harmonies of #986151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986151

Black with #986151

Text Example


Text Example

White with #986151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986151; }

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

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

background-color css

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

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

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

border-color css

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

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

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