#966058

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

Shades of Au Chico #966058

Tints of Au Chico #966058

Color information

#966058 (or 0x966058) is unknown color: approx Au Chico. HEX triplet: 96, 60 and 58. RGB value is (150,96,88). Sum of RGB (Red+Green+Blue) = 150+96+88=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #966058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966058 is #699FA7. Grayscale: #6F6F6F. Windows color (decimal): -6922152 or 5791894. OLE color: 5791894.

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

Color convert

RGB1509688-
CMYK00.360.410.41
HSL7.74º26.05%46.67%-
HSV(B)7.74º41.33%58.82%-
XYZ18.5215.5511.26-
YUV111.23114.89155.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 88 (34.77% from 255) = 26.35%
R=44.91%
G=28.74%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150968800.360.410.417.7426.0546.67
Hex966058024292981a2f
Octal2261401300445151103257
Binary10010110110000010110000100100101001101001100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966058; }

 p { color: rgb(150,96,88); }

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

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

 a { background-color: rgb(150,96,88); }

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

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

 span { border-color: rgb(150,96,88); }

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