Html Css Color HEX #976055 Au Chico

📋 copy color: '#976055'

red 151 ◦ green 96 ◦ blue 85

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

Shades of Au Chico #976055

Tints of Au Chico #976055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 45.48%
G = 28.92%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#976055 (or 0x976055) is known color: Au Chico. HEX triplet: 97, 60 and 55. RGB value is (151,96,85). Sum of RGB (Red+Green+Blue) = 151+96+85=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #976055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976055 is #689FAA. Grayscale: #6F6F6F. Windows color (decimal): -6856619 or 5595287. OLE color: 5595287.

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

Color convert

RGB 151 96 85 -
CMYK 0 0.36 0.44 0.41
HSL 10º 0.28% 0.46% -
HSV(B) 10º 0.44% 0.59% -
XYZ 18.59 15.6 10.63 -
YUV 111.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 151 96 85 0 0.36 0.44 0.41 10 0.28 0.46
Hex 97 60 55 0 24 2C 29 A 1C 2E
Octal 227 140 125 0 44 54 51 12 34 56
Binary 10010111 1100000 1010101 0 100100 101100 101001 1010 11100 101110

Color Harmonies of #976055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976055

Black with #976055

Text Example


Text Example

White with #976055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976055; }

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

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

background-color css

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

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

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

border-color css

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

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

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