#9B6156

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

Shades of Au Chico #9B6156

Tints of Au Chico #9B6156

Color information

#9B6156 (or 0x9B6156) is unknown color: approx Au Chico. HEX triplet: 9B, 61 and 56. RGB value is (155,97,86). Sum of RGB (Red+Green+Blue) = 155+97+86=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6156 is #649EA9. Grayscale: #717171. Windows color (decimal): -6594218 or 5661083. OLE color: 5661083.

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

Color convert

RGB1559786-
CMYK00.370.450.39
HSL9.57º28.63%47.25%-
HSV(B)9.57º44.52%60.78%-
XYZ19.4716.1910.9-
YUV113.09112.72157.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.86%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 86 (33.98% from 255) = 25.44%
R=45.86%
G=28.70%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155978600.370.450.399.5728.6347.25
Hex9B61560252D27a1d2f
Octal2331411260455547123557
Binary10011011110000110101100100101101101100111101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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