#996857

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

Shades of Au Chico #996857

Tints of Au Chico #996857

Color information

#996857 (or 0x996857) is unknown color: approx Au Chico. HEX triplet: 99, 68 and 57. RGB value is (153,104,87). Sum of RGB (Red+Green+Blue) = 153+104+87=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #996857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996857 is #6697A8. Grayscale: #747474. Windows color (decimal): -6723497 or 5728409. OLE color: 5728409.

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

Color convert

RGB15310487-
CMYK00.320.430.4
HSL15.45º27.5%47.06%-
HSV(B)15.45º43.14%60%-
XYZ19.8117.3611.32-
YUV116.71111.23153.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=44.48%
G=30.23%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531048700.320.430.415.4527.547.06
Hex9968570202B28f1c2f
Octal2311501270405350173457
Binary10011001110100010101110100000101011101000111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996857; }

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

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

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

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

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

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

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

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