#976152

Color #976152 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #976152

Tints of Au Chico #976152

Color information

#976152 (or 0x976152) is unknown color: approx Au Chico. HEX triplet: 97, 61 and 52. RGB value is (151,97,82). Sum of RGB (Red+Green+Blue) = 151+97+82=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #976152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976152 is #689EAD. Grayscale: #6F6F6F. Windows color (decimal): -6856366 or 5398935. OLE color: 5398935.

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

Color convert

RGB1519782-
CMYK00.360.460.41
HSL13.04º29.61%45.69%-
HSV(B)13.04º45.7%59.22%-
XYZ18.5615.7410.04-
YUV111.44111.39156.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.76%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=45.76%
G=29.39%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151978200.360.460.4113.0429.6145.69
Hex9761520242E29d1e2e
Octal2271411220445651153656
Binary10010111110000110100100100100101110101001110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976152; }

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

 H1.HeaderClassName
 {
   color: #976152;
 }
 .AnyTagClassName
 {
   color: #976152;
 }
</style>
background-color css

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

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

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

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

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

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