#976253

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

Shades of Au Chico #976253

Tints of Au Chico #976253

Color information

#976253 (or 0x976253) is unknown color: approx Au Chico. HEX triplet: 97, 62 and 53. RGB value is (151,98,83). Sum of RGB (Red+Green+Blue) = 151+98+83=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #976253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976253 is #689DAC. Grayscale: #707070. Windows color (decimal): -6856109 or 5464727. OLE color: 5464727.

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

Color convert

RGB1519883-
CMYK00.350.450.41
HSL13.24º29.06%45.88%-
HSV(B)13.24º45.03%59.22%-
XYZ18.6915.9410.28-
YUV112.14111.56155.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.48%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 83 (32.81% from 255) = 25%
R=45.48%
G=29.52%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151988300.350.450.4113.2429.0645.88
Hex9762530232D29d1d2e
Octal2271421230435551153556
Binary10010111110001010100110100011101101101001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976253; }

 p { color: rgb(151,98,83); }

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

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

 a { background-color: rgb(151,98,83); }

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

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

 span { border-color: rgb(151,98,83); }

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