#966757

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

Shades of Au Chico #966757

Tints of Au Chico #966757

Color information

#966757 (or 0x966757) is unknown color: approx Au Chico. HEX triplet: 96, 67 and 57. RGB value is (150,103,87). Sum of RGB (Red+Green+Blue) = 150+103+87=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #966757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966757 is #6998A8. Grayscale: #737373. Windows color (decimal): -6920361 or 5728150. OLE color: 5728150.

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

Color convert

RGB15010387-
CMYK00.310.420.41
HSL15.24º26.58%46.47%-
HSV(B)15.24º42%58.82%-
XYZ19.1516.8711.26-
YUV115.23112.07152.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 87 (34.38% from 255) = 25.59%
R=44.12%
G=30.29%
B=25.59%

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
Decimal1501038700.310.420.4115.2426.5846.47
Hex96675701F2A29f1b2e
Octal2261471270375251173356
Binary1001011011001111010111011111101010101001111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966757; }

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

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

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

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

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

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

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

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