#996656

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

Shades of Au Chico #996656

Tints of Au Chico #996656

Color information

#996656 (or 0x996656) is unknown color: approx Au Chico. HEX triplet: 99, 66 and 56. RGB value is (153,102,86). Sum of RGB (Red+Green+Blue) = 153+102+86=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #996656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996656 is #6699A9. Grayscale: #737373. Windows color (decimal): -6724010 or 5662361. OLE color: 5662361.

HSL color Cylindrical-coordinate representation of color #996656: hue angle of 14.33º 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 #996656 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15310286-
CMYK00.330.440.4
HSL14.33º28.03%46.86%-
HSV(B)14.33º43.79%60%-
XYZ19.5716.9511.04-
YUV115.42111.4154.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 86 (33.98% from 255) = 25.22%
R=44.87%
G=29.91%
B=25.22%

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
Decimal1531028600.330.440.414.3328.0346.86
Hex9966560212C28e1c2f
Octal2311461260415450163457
Binary10011001110011010101100100001101100101000111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996656; }

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

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

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

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

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

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

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

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