Html Css Color HEX #976056 Au Chico

📋 copy color: '#976056'

red 151 ◦ green 96 ◦ blue 86

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

Shades of Au Chico #976056

Tints of Au Chico #976056

RGB

 RED value IS 151 (59.38% from 255) = 45.35%

 GREEN value IS 96 (37.89% from 255) = 28.83%

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

R = 45.35%
G = 28.83%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#976056 (or 0x976056) is known color: Au Chico. HEX triplet: 97, 60 and 56. RGB value is (151,96,86). Sum of RGB (Red+Green+Blue) = 151+96+86=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #976056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976056 is #689FA9. Grayscale: #6F6F6F. Windows color (decimal): -6856618 or 5660823. OLE color: 5660823.

HSL color Cylindrical-coordinate representation of color #976056: hue angle of 9.23º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #976056 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 96 86 -
CMYK 0 0.36 0.43 0.41
HSL 9.23º 0.27% 0.46% -
HSV(B) 9.23º 0.43% 0.59% -
XYZ 18.63 15.62 10.84 -
YUV 111.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 151 96 86 0 0.36 0.43 0.41 9.23 0.27 0.46
Hex 97 60 56 0 24 2B 29 9 1B 2E
Octal 227 140 126 0 44 53 51 11 33 56
Binary 10010111 1100000 1010110 0 100100 101011 101001 1001 11011 101110

Color Harmonies of #976056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976056

Black with #976056

Text Example


Text Example

White with #976056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976056; }

 p { color: rgb(151,96,86); }

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

background-color css

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

 a { background-color: rgb(151,96,86); }

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

border-color css

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

 span { border-color: rgb(151,96,86); }

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