#966857

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

Shades of Au Chico #966857

Tints of Au Chico #966857

Color information

#966857 (or 0x966857) is unknown color: approx Au Chico. HEX triplet: 96, 68 and 57. RGB value is (150,104,87). Sum of RGB (Red+Green+Blue) = 150+104+87=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #966857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966857 is #6997A8. Grayscale: #737373. Windows color (decimal): -6920105 or 5728406. OLE color: 5728406.

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

Color convert

RGB15010487-
CMYK00.310.420.41
HSL16.19º26.58%46.47%-
HSV(B)16.19º42%58.82%-
XYZ19.2517.0711.3-
YUV115.82111.74152.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=43.99%
G=30.50%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501048700.310.420.4116.1926.5846.47
Hex96685701F2A29101b2e
Octal2261501270375251203356
Binary10010110110100010101110111111010101010011000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966857; }

 p { color: rgb(150,104,87); }

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

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

 a { background-color: rgb(150,104,87); }

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

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

 span { border-color: rgb(150,104,87); }

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