Html Css Color HEX #986355 Au Chico

📋 copy color: '#986355'

red 152 ◦ green 99 ◦ blue 85

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

Shades of Au Chico #986355

Tints of Au Chico #986355

RGB

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

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

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

R = 45.24%
G = 29.46%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#986355 (or 0x986355) is known color: Au Chico. HEX triplet: 98, 63 and 55. RGB value is (152,99,85). Sum of RGB (Red+Green+Blue) = 152+99+85=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #986355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986355 is #679CAA. Grayscale: #717171. Windows color (decimal): -6790315 or 5596056. OLE color: 5596056.

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

Color convert

RGB 152 99 85 -
CMYK 0 0.35 0.44 0.40
HSL 12.54º 0.28% 0.46% -
HSV(B) 12.54º 0.44% 0.6% -
XYZ 19.05 16.25 10.73 -
YUV 113.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 152 99 85 0 0.35 0.44 0.40 12.54 0.28 0.46
Hex 98 63 55 0 23 2C 28 D 1C 2E
Octal 230 143 125 0 43 54 50 15 34 56
Binary 10011000 1100011 1010101 0 100011 101100 101000 1101 11100 101110

Color Harmonies of #986355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986355

Black with #986355

Text Example


Text Example

White with #986355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986355; }

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

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

background-color css

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

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

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

border-color css

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

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

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