Html Css Color HEX #986256 Au Chico

📋 copy color: '#986256'

red 152 ◦ green 98 ◦ blue 86

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

Shades of Au Chico #986256

Tints of Au Chico #986256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

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

R = 45.24%
G = 29.17%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#986256 (or 0x986256) is known color: Au Chico. HEX triplet: 98, 62 and 56. RGB value is (152,98,86). Sum of RGB (Red+Green+Blue) = 152+98+86=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #986256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986256 is #679DA9. Grayscale: #707070. Windows color (decimal): -6790570 or 5661336. OLE color: 5661336.

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

Color convert

RGB 152 98 86 -
CMYK 0 0.36 0.43 0.40
HSL 10.91º 0.28% 0.47% -
HSV(B) 10.91º 0.43% 0.6% -
XYZ 19 16.08 10.91 -
YUV 112.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 152 98 86 0 0.36 0.43 0.40 10.91 0.28 0.47
Hex 98 62 56 0 24 2B 28 B 1C 2F
Octal 230 142 126 0 44 53 50 13 34 57
Binary 10011000 1100010 1010110 0 100100 101011 101000 1011 11100 101111

Color Harmonies of #986256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986256

Black with #986256

Text Example


Text Example

White with #986256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986256; }

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

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

background-color css

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

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

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

border-color css

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

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

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