#996759

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

Shades of Au Chico #996759

Tints of Au Chico #996759

Color information

#996759 (or 0x996759) is unknown color: approx Au Chico. HEX triplet: 99, 67 and 59. RGB value is (153,103,89). Sum of RGB (Red+Green+Blue) = 153+103+89=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #996759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996759 is #6698A6. Grayscale: #747474. Windows color (decimal): -6723751 or 5859225. OLE color: 5859225.

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

Color convert

RGB15310389-
CMYK00.330.420.4
HSL13.12º26.45%47.45%-
HSV(B)13.12º41.83%60%-
XYZ19.7917.1911.73-
YUV116.35112.56154.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 89 (35.16% from 255) = 25.80%
R=44.35%
G=29.86%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531038900.330.420.413.1226.4547.45
Hex9967590212A28d1a2f
Octal2311471310415250153257
Binary10011001110011110110010100001101010101000110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996759; }

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

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

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

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

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

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

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

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