Html Css Color HEX #976051 Au Chico

📋 copy color: '#976051'

red 151 ◦ green 96 ◦ blue 81

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

Shades of Au Chico #976051

Tints of Au Chico #976051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.7%

R = 46.04%
G = 29.27%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#976051 (or 0x976051) is known color: Au Chico. HEX triplet: 97, 60 and 51. RGB value is (151,96,81). Sum of RGB (Red+Green+Blue) = 151+96+81=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #976051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976051 is #689FAE. Grayscale: #6E6E6E. Windows color (decimal): -6856623 or 5333143. OLE color: 5333143.

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

Color convert

RGB 151 96 81 -
CMYK 0 0.36 0.46 0.41
HSL 12.86º 0.3% 0.45% -
HSV(B) 12.86º 0.46% 0.59% -
XYZ 18.43 15.54 9.81 -
YUV 110.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 151 96 81 0 0.36 0.46 0.41 12.86 0.3 0.45
Hex 97 60 51 0 24 2E 29 D 1E 2D
Octal 227 140 121 0 44 56 51 15 36 55
Binary 10010111 1100000 1010001 0 100100 101110 101001 1101 11110 101101

Color Harmonies of #976051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976051

Black with #976051

Text Example


Text Example

White with #976051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976051; }

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

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

background-color css

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

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

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

border-color css

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

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

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