Html Css Color HEX #986553 Au Chico

📋 copy color: '#986553'

red 152 ◦ green 101 ◦ blue 83

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

Shades of Au Chico #986553

Tints of Au Chico #986553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.06%

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 45.24%
G = 30.06%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#986553 (or 0x986553) is known color: Au Chico. HEX triplet: 98, 65 and 53. RGB value is (152,101,83). Sum of RGB (Red+Green+Blue) = 152+101+83=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #986553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986553 is #679AAC. Grayscale: #727272. Windows color (decimal): -6789805 or 5465496. OLE color: 5465496.

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

Color convert

RGB 152 101 83 -
CMYK 0 0.34 0.45 0.40
HSL 15.65º 0.29% 0.46% -
HSV(B) 15.65º 0.45% 0.6% -
XYZ 19.16 16.61 10.38 -
YUV 114.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 152 101 83 0 0.34 0.45 0.40 15.65 0.29 0.46
Hex 98 65 53 0 22 2D 28 10 1D 2E
Octal 230 145 123 0 42 55 50 20 35 56
Binary 10011000 1100101 1010011 0 100010 101101 101000 10000 11101 101110

Color Harmonies of #986553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986553

Black with #986553

Text Example


Text Example

White with #986553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986553; }

 p { color: rgb(152,101,83); }

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

background-color css

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

 a { background-color: rgb(152,101,83); }

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

border-color css

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

 span { border-color: rgb(152,101,83); }

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