Html Css Color HEX #986357 Au Chico

📋 copy color: '#986357'

red 152 ◦ green 99 ◦ blue 87

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

Shades of Au Chico #986357

Tints of Au Chico #986357

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

 BLUE value IS 87 (34.38% from 255) = 25.74%

R = 44.97%
G = 29.29%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#986357 (or 0x986357) is known color: Au Chico. HEX triplet: 98, 63 and 57. RGB value is (152,99,87). Sum of RGB (Red+Green+Blue) = 152+99+87=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #986357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986357 is #679CA8. Grayscale: #717171. Windows color (decimal): -6790313 or 5727128. OLE color: 5727128.

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

Color convert

RGB 152 99 87 -
CMYK 0 0.35 0.43 0.40
HSL 11.08º 0.27% 0.47% -
HSV(B) 11.08º 0.43% 0.6% -
XYZ 19.13 16.29 11.15 -
YUV 113.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 152 99 87 0 0.35 0.43 0.40 11.08 0.27 0.47
Hex 98 63 57 0 23 2B 28 B 1B 2F
Octal 230 143 127 0 43 53 50 13 33 57
Binary 10011000 1100011 1010111 0 100011 101011 101000 1011 11011 101111

Color Harmonies of #986357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986357

Black with #986357

Text Example


Text Example

White with #986357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986357; }

 p { color: rgb(152,99,87); }

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

background-color css

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

 a { background-color: rgb(152,99,87); }

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

border-color css

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

 span { border-color: rgb(152,99,87); }

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