#9F6259

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

Shades of Au Chico #9F6259

Tints of Au Chico #9F6259

Color information

#9F6259 (or 0x9F6259) is unknown color: approx Au Chico. HEX triplet: 9F, 62 and 59. RGB value is (159,98,89). Sum of RGB (Red+Green+Blue) = 159+98+89=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6259 is #609DA6. Grayscale: #737373. Windows color (decimal): -6331815 or 5857951. OLE color: 5857951.

HSL color Cylindrical-coordinate representation of color #9F6259: hue angle of 7.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F6259 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB1599889-
CMYK00.380.440.38
HSL7.71º28.23%48.63%-
HSV(B)7.71º44.03%62.35%-
XYZ20.4716.8311.62-
YUV115.21113.21159.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=45.95%
G=28.32%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159988900.380.440.387.7128.2348.63
Hex9F62590262C2681c31
Octal2371421310465446103461
Binary10011111110001010110010100110101100100110100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F6259; }

 p { color: rgb(159,98,89); }

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

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

 a { background-color: rgb(159,98,89); }

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

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

 span { border-color: rgb(159,98,89); }

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