#9B6856

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

Shades of Au Chico #9B6856

Tints of Au Chico #9B6856

Color information

#9B6856 (or 0x9B6856) is unknown color: approx Au Chico. HEX triplet: 9B, 68 and 56. RGB value is (155,104,86). Sum of RGB (Red+Green+Blue) = 155+104+86=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6856 is #6497A9. Grayscale: #757575. Windows color (decimal): -6592426 or 5662875. OLE color: 5662875.

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

Color convert

RGB15510486-
CMYK00.330.450.39
HSL15.65º28.63%47.25%-
HSV(B)15.65º44.52%60.78%-
XYZ20.1517.5411.13-
YUV117.2110.4154.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.93%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 86 (33.98% from 255) = 24.93%
R=44.93%
G=30.14%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551048600.330.450.3915.6528.6347.25
Hex9B68560212D27101d2f
Octal2331501260415547203557
Binary100110111101000101011001000011011011001111000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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