#966958

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

Shades of Au Chico #966958

Tints of Au Chico #966958

Color information

#966958 (or 0x966958) is unknown color: approx Au Chico. HEX triplet: 96, 69 and 58. RGB value is (150,105,88). Sum of RGB (Red+Green+Blue) = 150+105+88=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #966958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966958 is #6996A7. Grayscale: #747474. Windows color (decimal): -6919848 or 5794198. OLE color: 5794198.

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

Color convert

RGB15010588-
CMYK00.300.410.41
HSL16.45º26.05%46.67%-
HSV(B)16.45º41.33%58.82%-
XYZ19.3917.2911.55-
YUV116.52111.91151.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 88 (34.77% from 255) = 25.66%
R=43.73%
G=30.61%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501058800.300.410.4116.4526.0546.67
Hex96695801E2929101a2f
Octal2261511300365151203257
Binary10010110110100110110000111101010011010011000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966958; }

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

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

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

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

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

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

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

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