Html Css Color HEX #986456 Au Chico

📋 copy color: '#986456'

red 152 ◦ green 100 ◦ blue 86

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

Shades of Au Chico #986456

Tints of Au Chico #986456

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

 BLUE value IS 86 (33.98% from 255) = 25.44%

R = 44.97%
G = 29.59%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#986456 (or 0x986456) is known color: Au Chico. HEX triplet: 98, 64 and 56. RGB value is (152,100,86). Sum of RGB (Red+Green+Blue) = 152+100+86=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #986456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986456 is #679BA9. Grayscale: #727272. Windows color (decimal): -6790058 or 5661848. OLE color: 5661848.

HSL color Cylindrical-coordinate representation of color #986456: hue angle of 12.73º degrees, saturation: 0.28, 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 #986456 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 100 86 -
CMYK 0 0.34 0.43 0.40
HSL 12.73º 0.28% 0.47% -
HSV(B) 12.73º 0.43% 0.6% -
XYZ 19.19 16.46 10.97 -
YUV 113.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 152 100 86 0 0.34 0.43 0.40 12.73 0.28 0.47
Hex 98 64 56 0 22 2B 28 D 1C 2F
Octal 230 144 126 0 42 53 50 15 34 57
Binary 10011000 1100100 1010110 0 100010 101011 101000 1101 11100 101111

Color Harmonies of #986456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986456

Black with #986456

Text Example


Text Example

White with #986456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986456; }

 p { color: rgb(152,100,86); }

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

background-color css

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

 a { background-color: rgb(152,100,86); }

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

border-color css

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

 span { border-color: rgb(152,100,86); }

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