#996756

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

Shades of Au Chico #996756

Tints of Au Chico #996756

Color information

#996756 (or 0x996756) is unknown color: approx Au Chico. HEX triplet: 99, 67 and 56. RGB value is (153,103,86). Sum of RGB (Red+Green+Blue) = 153+103+86=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #996756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996756 is #6698A9. Grayscale: #747474. Windows color (decimal): -6723754 or 5662617. OLE color: 5662617.

HSL color Cylindrical-coordinate representation of color #996756: hue angle of 15.22º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #996756 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15310386-
CMYK00.330.440.4
HSL15.22º28.03%46.86%-
HSV(B)15.22º43.79%60%-
XYZ19.6717.1411.08-
YUV116.01111.06154.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=44.74%
G=30.12%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531038600.330.440.415.2228.0346.86
Hex9967560212C28f1c2f
Octal2311471260415450173457
Binary10011001110011110101100100001101100101000111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996756; }

 p { color: rgb(153,103,86); }

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

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

 a { background-color: rgb(153,103,86); }

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

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

 span { border-color: rgb(153,103,86); }

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