Html Css Color HEX #986150 Au Chico

📋 copy color: '#986150'

red 152 ◦ green 97 ◦ blue 80

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

Shades of Au Chico #986150

Tints of Au Chico #986150

RGB

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

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

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

R = 46.2%
G = 29.48%
B = 24.32%

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

#986150 (or 0x986150) is known color: Au Chico. HEX triplet: 98, 61 and 50. RGB value is (152,97,80). Sum of RGB (Red+Green+Blue) = 152+97+80=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #986150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986150 is #679EAF. Grayscale: #6F6F6F. Windows color (decimal): -6790832 or 5267864. OLE color: 5267864.

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

Color convert

RGB 152 97 80 -
CMYK 0 0.36 0.47 0.40
HSL 14.17º 0.31% 0.45% -
HSV(B) 14.17º 0.47% 0.6% -
XYZ 18.67 15.8 9.66 -
YUV 111.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 152 97 80 0 0.36 0.47 0.40 14.17 0.31 0.45
Hex 98 61 50 0 24 2F 28 E 1F 2D
Octal 230 141 120 0 44 57 50 16 37 55
Binary 10011000 1100001 1010000 0 100100 101111 101000 1110 11111 101101

Color Harmonies of #986150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986150

Black with #986150

Text Example


Text Example

White with #986150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986150; }

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

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

background-color css

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

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

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

border-color css

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

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

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