#9B6159

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

Shades of Au Chico #9B6159

Tints of Au Chico #9B6159

Color information

#9B6159 (or 0x9B6159) is unknown color: approx Au Chico. HEX triplet: 9B, 61 and 59. RGB value is (155,97,89). Sum of RGB (Red+Green+Blue) = 155+97+89=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6159 is #649EA6. Grayscale: #717171. Windows color (decimal): -6594215 or 5857691. OLE color: 5857691.

HSL color Cylindrical-coordinate representation of color #9B6159: hue angle of 7.27º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B6159 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB1559789-
CMYK00.370.430.39
HSL7.27º27.05%47.84%-
HSV(B)7.27º42.58%60.78%-
XYZ19.616.2411.55-
YUV113.43114.22157.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 89 (35.16% from 255) = 26.10%
R=45.45%
G=28.45%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155978900.370.430.397.2727.0547.84
Hex9B61590252B2771b30
Octal233141131045534773360
Binary1001101111000011011001010010110101110011111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,97,89); }

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

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

 a { background-color: rgb(155,97,89); }

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

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

 span { border-color: rgb(155,97,89); }

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