#9B6059

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

Shades of Au Chico #9B6059

Tints of Au Chico #9B6059

Color information

#9B6059 (or 0x9B6059) is unknown color: approx Au Chico. HEX triplet: 9B, 60 and 59. RGB value is (155,96,89). Sum of RGB (Red+Green+Blue) = 155+96+89=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6059 is #649FA6. Grayscale: #707070. Windows color (decimal): -6594471 or 5857435. OLE color: 5857435.

HSL color Cylindrical-coordinate representation of color #9B6059: hue angle of 6.36º 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 #9B6059 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB1559689-
CMYK00.380.430.39
HSL6.36º27.05%47.84%-
HSV(B)6.36º42.58%60.78%-
XYZ19.516.0611.52-
YUV112.84114.55158.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.59%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 89 (35.16% from 255) = 26.18%
R=45.59%
G=28.24%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155968900.380.430.396.3627.0547.84
Hex9B60590262B2761b30
Octal233140131046534763360
Binary1001101111000001011001010011010101110011111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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