#9F6355

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

Shades of Au Chico #9F6355

Tints of Au Chico #9F6355

Color information

#9F6355 (or 0x9F6355) is unknown color: approx Au Chico. HEX triplet: 9F, 63 and 55. RGB value is (159,99,85). Sum of RGB (Red+Green+Blue) = 159+99+85=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6355 is #609CAA. Grayscale: #737373. Windows color (decimal): -6331563 or 5596063. OLE color: 5596063.

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

Color convert

RGB1599985-
CMYK00.380.470.38
HSL11.35º30.33%47.84%-
HSV(B)11.35º46.54%62.35%-
XYZ20.416.9510.79-
YUV115.34110.88159.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.36%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=46.36%
G=28.86%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159998500.380.470.3811.3530.3347.84
Hex9F63550262F26b1e30
Octal2371431250465746133660
Binary10011111110001110101010100110101111100110101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,99,85); }

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

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

 a { background-color: rgb(159,99,85); }

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

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

 span { border-color: rgb(159,99,85); }

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