#976354

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

Shades of Au Chico #976354

Tints of Au Chico #976354

Color information

#976354 (or 0x976354) is unknown color: approx Au Chico. HEX triplet: 97, 63 and 54. RGB value is (151,99,84). Sum of RGB (Red+Green+Blue) = 151+99+84=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #976354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976354 is #689CAB. Grayscale: #707070. Windows color (decimal): -6855852 or 5530519. OLE color: 5530519.

HSL color Cylindrical-coordinate representation of color #976354: hue angle of 13.43º degrees, saturation: 0.29, 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 #976354 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB1519984-
CMYK00.340.440.41
HSL13.43º28.51%46.08%-
HSV(B)13.43º44.37%59.22%-
XYZ18.8216.1410.51-
YUV112.84111.73155.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.21%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=45.21%
G=29.64%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151998400.340.440.4113.4328.5146.08
Hex9763540222C29d1d2e
Octal2271431240425451153556
Binary10010111110001110101000100010101100101001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976354; }

 p { color: rgb(151,99,84); }

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

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

 a { background-color: rgb(151,99,84); }

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

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

 span { border-color: rgb(151,99,84); }

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