#9B6A56

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

Shades of Au Chico #9B6A56

Tints of Au Chico #9B6A56

Color information

#9B6A56 (or 0x9B6A56) is unknown color: approx Au Chico. HEX triplet: 9B, 6A and 56. RGB value is (155,106,86). Sum of RGB (Red+Green+Blue) = 155+106+86=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6A56 is #6495A9. Grayscale: #767676. Windows color (decimal): -6591914 or 5663387. OLE color: 5663387.

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

Color convert

RGB15510686-
CMYK00.320.450.39
HSL17.39º28.63%47.25%-
HSV(B)17.39º44.52%60.78%-
XYZ20.3517.9511.2-
YUV118.37109.73154.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.67%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=44.67%
G=30.55%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551068600.320.450.3917.3928.6347.25
Hex9B6A560202D27111d2f
Octal2331521260405547213557
Binary100110111101010101011001000001011011001111000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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