#996757

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

Shades of Au Chico #996757

Tints of Au Chico #996757

Color information

#996757 (or 0x996757) is unknown color: approx Au Chico. HEX triplet: 99, 67 and 57. RGB value is (153,103,87). Sum of RGB (Red+Green+Blue) = 153+103+87=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #996757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996757 is #6698A8. Grayscale: #747474. Windows color (decimal): -6723753 or 5728153. OLE color: 5728153.

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

Color convert

RGB15310387-
CMYK00.330.430.4
HSL14.55º27.5%47.06%-
HSV(B)14.55º43.14%60%-
XYZ19.7117.1611.29-
YUV116.13111.56154.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 87 (34.38% from 255) = 25.36%
R=44.61%
G=30.03%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531038700.330.430.414.5527.547.06
Hex9967570212B28f1c2f
Octal2311471270415350173457
Binary10011001110011110101110100001101011101000111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996757; }

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

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

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

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

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

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

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

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