#996B58

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

Shades of Au Chico #996B58

Tints of Au Chico #996B58

Color information

#996B58 (or 0x996B58) is unknown color: approx Au Chico. HEX triplet: 99, 6B and 58. RGB value is (153,107,88). Sum of RGB (Red+Green+Blue) = 153+107+88=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #996B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B58 is #6694A7. Grayscale: #767676. Windows color (decimal): -6722728 or 5794713. OLE color: 5794713.

HSL color Cylindrical-coordinate representation of color #996B58: hue angle of 17.54º degrees, saturation: 0.27, 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 #996B58 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB15310788-
CMYK00.300.420.4
HSL17.54º26.97%47.25%-
HSV(B)17.54º42.48%60%-
XYZ20.1617.9911.64-
YUV118.59110.74152.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=43.97%
G=30.75%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531078800.300.420.417.5426.9747.25
Hex996B5801E2A28121b2f
Octal2311531300365250223357
Binary10011001110101110110000111101010101010001001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996B58; }

 p { color: rgb(153,107,88); }

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

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

 a { background-color: rgb(153,107,88); }

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

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

 span { border-color: rgb(153,107,88); }

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