Html Css Color HEX #986756 Au Chico

📋 copy color: '#986756'

red 152 ◦ green 103 ◦ blue 86

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

Shades of Au Chico #986756

Tints of Au Chico #986756

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

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

R = 44.57%
G = 30.21%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#986756 (or 0x986756) is known color: Au Chico. HEX triplet: 98, 67 and 56. RGB value is (152,103,86). Sum of RGB (Red+Green+Blue) = 152+103+86=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #986756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986756 is #6798A9. Grayscale: #737373. Windows color (decimal): -6789290 or 5662616. OLE color: 5662616.

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

Color convert

RGB 152 103 86 -
CMYK 0 0.32 0.43 0.40
HSL 15.45º 0.28% 0.47% -
HSV(B) 15.45º 0.43% 0.6% -
XYZ 19.48 17.05 11.07 -
YUV 115.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 152 103 86 0 0.32 0.43 0.40 15.45 0.28 0.47
Hex 98 67 56 0 20 2B 28 F 1C 2F
Octal 230 147 126 0 40 53 50 17 34 57
Binary 10011000 1100111 1010110 0 100000 101011 101000 1111 11100 101111

Color Harmonies of #986756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986756

Black with #986756

Text Example


Text Example

White with #986756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986756; }

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

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

background-color css

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

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

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

border-color css

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

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

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