#996359

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

Shades of Au Chico #996359

Tints of Au Chico #996359

Color information

#996359 (or 0x996359) is unknown color: approx Au Chico. HEX triplet: 99, 63 and 59. RGB value is (153,99,89). Sum of RGB (Red+Green+Blue) = 153+99+89=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #996359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996359 is #669CA6. Grayscale: #727272. Windows color (decimal): -6724775 or 5858201. OLE color: 5858201.

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

Color convert

RGB1539989-
CMYK00.350.420.4
HSL9.38º26.45%47.45%-
HSV(B)9.38º41.83%60%-
XYZ19.416.4211.6-
YUV114.01113.89155.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 89 (35.16% from 255) = 26.10%
R=44.87%
G=29.03%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153998900.350.420.49.3826.4547.45
Hex9963590232A2891a2f
Octal2311431310435250113257
Binary10011001110001110110010100011101010101000100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996359; }

 p { color: rgb(153,99,89); }

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

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

 a { background-color: rgb(153,99,89); }

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

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

 span { border-color: rgb(153,99,89); }

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