#996158

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

Shades of Au Chico #996158

Tints of Au Chico #996158

Color information

#996158 (or 0x996158) is unknown color: approx Au Chico. HEX triplet: 99, 61 and 58. RGB value is (153,97,88). Sum of RGB (Red+Green+Blue) = 153+97+88=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #996158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996158 is #669EA7. Grayscale: #707070. Windows color (decimal): -6725288 or 5792153. OLE color: 5792153.

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

Color convert

RGB1539788-
CMYK00.370.420.4
HSL8.31º26.97%47.25%-
HSV(B)8.31º42.48%60%-
XYZ19.1716.0311.32-
YUV112.72114.05156.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 88 (34.77% from 255) = 26.04%
R=45.27%
G=28.70%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153978800.370.420.48.3126.9747.25
Hex9961580252A2881b2f
Octal2311411300455250103357
Binary10011001110000110110000100101101010101000100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996158; }

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

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

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

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

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

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

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

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