Html Css Color HEX #976151 Au Chico

📋 copy color: '#976151'

red 151 ◦ green 97 ◦ blue 81

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

Shades of Au Chico #976151

Tints of Au Chico #976151

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

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

R = 45.9%
G = 29.48%
B = 24.62%

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

#976151 (or 0x976151) is known color: Au Chico. HEX triplet: 97, 61 and 51. RGB value is (151,97,81). Sum of RGB (Red+Green+Blue) = 151+97+81=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #976151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976151 is #689EAE. Grayscale: #6F6F6F. Windows color (decimal): -6856367 or 5333399. OLE color: 5333399.

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

Color convert

RGB 151 97 81 -
CMYK 0 0.36 0.46 0.41
HSL 13.71º 0.3% 0.45% -
HSV(B) 13.71º 0.46% 0.59% -
XYZ 18.52 15.72 9.84 -
YUV 111.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 151 97 81 0 0.36 0.46 0.41 13.71 0.3 0.45
Hex 97 61 51 0 24 2E 29 E 1E 2D
Octal 227 141 121 0 44 56 51 16 36 55
Binary 10010111 1100001 1010001 0 100100 101110 101001 1110 11110 101101

Color Harmonies of #976151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976151

Black with #976151

Text Example


Text Example

White with #976151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976151; }

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

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

background-color css

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

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

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

border-color css

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

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

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