Html Css Color HEX #986153 Au Chico

📋 copy color: '#986153'

red 152 ◦ green 97 ◦ blue 83

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

Shades of Au Chico #986153

Tints of Au Chico #986153

RGB

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

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

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

R = 45.78%
G = 29.22%
B = 25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#986153 (or 0x986153) is known color: Au Chico. HEX triplet: 98, 61 and 53. RGB value is (152,97,83). Sum of RGB (Red+Green+Blue) = 152+97+83=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #986153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986153 is #679EAC. Grayscale: #6F6F6F. Windows color (decimal): -6790829 or 5464472. OLE color: 5464472.

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

Color convert

RGB 152 97 83 -
CMYK 0 0.36 0.45 0.40
HSL 12.17º 0.29% 0.46% -
HSV(B) 12.17º 0.45% 0.6% -
XYZ 18.78 15.85 10.25 -
YUV 111.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 152 97 83 0 0.36 0.45 0.40 12.17 0.29 0.46
Hex 98 61 53 0 24 2D 28 C 1D 2E
Octal 230 141 123 0 44 55 50 14 35 56
Binary 10011000 1100001 1010011 0 100100 101101 101000 1100 11101 101110

Color Harmonies of #986153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986153

Black with #986153

Text Example


Text Example

White with #986153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986153; }

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

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

background-color css

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

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

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

border-color css

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

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

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