Html Css Color HEX #986155 Au Chico

📋 copy color: '#986155'

red 152 ◦ green 97 ◦ blue 85

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

Shades of Au Chico #986155

Tints of Au Chico #986155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.45%

R = 45.51%
G = 29.04%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#986155 (or 0x986155) is known color: Au Chico. HEX triplet: 98, 61 and 55. RGB value is (152,97,85). Sum of RGB (Red+Green+Blue) = 152+97+85=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #986155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986155 is #679EAA. Grayscale: #707070. Windows color (decimal): -6790827 or 5595544. OLE color: 5595544.

HSL color Cylindrical-coordinate representation of color #986155: hue angle of 10.75º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #986155 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 97 85 -
CMYK 0 0.36 0.44 0.40
HSL 10.75º 0.28% 0.46% -
HSV(B) 10.75º 0.44% 0.6% -
XYZ 18.86 15.88 10.67 -
YUV 112.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 152 97 85 0 0.36 0.44 0.40 10.75 0.28 0.46
Hex 98 61 55 0 24 2C 28 B 1C 2E
Octal 230 141 125 0 44 54 50 13 34 56
Binary 10011000 1100001 1010101 0 100100 101100 101000 1011 11100 101110

Color Harmonies of #986155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986155

Black with #986155

Text Example


Text Example

White with #986155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986155; }

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

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

background-color css

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

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

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

border-color css

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

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

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