#996258

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

Shades of Au Chico #996258

Tints of Au Chico #996258

Color information

#996258 (or 0x996258) is unknown color: approx Au Chico. HEX triplet: 99, 62 and 58. RGB value is (153,98,88). Sum of RGB (Red+Green+Blue) = 153+98+88=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #996258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996258 is #669DA7. Grayscale: #717171. Windows color (decimal): -6725032 or 5792409. OLE color: 5792409.

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

Color convert

RGB1539888-
CMYK00.360.420.4
HSL9.23º26.97%47.25%-
HSV(B)9.23º42.48%60%-
XYZ19.2716.2111.35-
YUV113.3113.72156.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 98 (38.67% from 255) = 28.91%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=45.13%
G=28.91%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153988800.360.420.49.2326.9747.25
Hex9962580242A2891b2f
Octal2311421300445250113357
Binary10011001110001010110000100100101010101000100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996258; }

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

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

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

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

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

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

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

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