Html Css Color HEX #986050 Au Chico

📋 copy color: '#986050'

red 152 ◦ green 96 ◦ blue 80

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

Shades of Au Chico #986050

Tints of Au Chico #986050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 46.34%
G = 29.27%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#986050 (or 0x986050) is known color: Au Chico. HEX triplet: 98, 60 and 50. RGB value is (152,96,80). Sum of RGB (Red+Green+Blue) = 152+96+80=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #986050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986050 is #679FAF. Grayscale: #6F6F6F. Windows color (decimal): -6791088 or 5267608. OLE color: 5267608.

HSL color Cylindrical-coordinate representation of color #986050: hue angle of 13.33º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #986050 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 96 80 -
CMYK 0 0.37 0.47 0.40
HSL 13.33º 0.31% 0.45% -
HSV(B) 13.33º 0.47% 0.6% -
XYZ 18.58 15.62 9.63 -
YUV 110.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 152 96 80 0 0.37 0.47 0.40 13.33 0.31 0.45
Hex 98 60 50 0 25 2F 28 D 1F 2D
Octal 230 140 120 0 45 57 50 15 37 55
Binary 10011000 1100000 1010000 0 100101 101111 101000 1101 11111 101101

Color Harmonies of #986050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986050

Black with #986050

Text Example


Text Example

White with #986050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986050; }

 p { color: rgb(152,96,80); }

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

background-color css

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

 a { background-color: rgb(152,96,80); }

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

border-color css

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

 span { border-color: rgb(152,96,80); }

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