Html Css Color HEX #986358 Au Chico

📋 copy color: '#986358'

red 152 ◦ green 99 ◦ blue 88

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

Shades of Au Chico #986358

Tints of Au Chico #986358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.96%

R = 44.84%
G = 29.2%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#986358 (or 0x986358) is known color: Au Chico. HEX triplet: 98, 63 and 58. RGB value is (152,99,88). Sum of RGB (Red+Green+Blue) = 152+99+88=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #986358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986358 is #679CA7. Grayscale: #717171. Windows color (decimal): -6790312 or 5792664. OLE color: 5792664.

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

Color convert

RGB 152 99 88 -
CMYK 0 0.35 0.42 0.40
HSL 10.31º 0.27% 0.47% -
HSV(B) 10.31º 0.42% 0.6% -
XYZ 19.17 16.3 11.37 -
YUV 113.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 152 99 88 0 0.35 0.42 0.40 10.31 0.27 0.47
Hex 98 63 58 0 23 2A 28 A 1B 2F
Octal 230 143 130 0 43 52 50 12 33 57
Binary 10011000 1100011 1011000 0 100011 101010 101000 1010 11011 101111

Color Harmonies of #986358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986358

Black with #986358

Text Example


Text Example

White with #986358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986358; }

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

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

background-color css

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

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

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

border-color css

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

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

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