#966256

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

Shades of Au Chico #966256

Tints of Au Chico #966256

Color information

#966256 (or 0x966256) is unknown color: approx Au Chico. HEX triplet: 96, 62 and 56. RGB value is (150,98,86). Sum of RGB (Red+Green+Blue) = 150+98+86=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #966256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966256 is #699DA9. Grayscale: #707070. Windows color (decimal): -6921642 or 5661334. OLE color: 5661334.

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

Color convert

RGB1509886-
CMYK00.350.430.41
HSL11.25º27.12%46.27%-
HSV(B)11.25º42.67%58.82%-
XYZ18.6315.8910.89-
YUV112.18113.23154.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 86 (33.98% from 255) = 25.75%
R=44.91%
G=29.34%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150988600.350.430.4111.2527.1246.27
Hex9662560232B29b1b2e
Octal2261421260435351133356
Binary10010110110001010101100100011101011101001101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966256; }

 p { color: rgb(150,98,86); }

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

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

 a { background-color: rgb(150,98,86); }

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

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

 span { border-color: rgb(150,98,86); }

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