#9B6857

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

Shades of Au Chico #9B6857

Tints of Au Chico #9B6857

Color information

#9B6857 (or 0x9B6857) is unknown color: approx Au Chico. HEX triplet: 9B, 68 and 57. RGB value is (155,104,87). Sum of RGB (Red+Green+Blue) = 155+104+87=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6857 is #6497A8. Grayscale: #757575. Windows color (decimal): -6592425 or 5728411. OLE color: 5728411.

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

Color convert

RGB15510487-
CMYK00.330.440.39
HSL15º28.1%47.45%-
HSV(B)15º43.87%60.78%-
XYZ20.1917.5611.34-
YUV117.31110.9154.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.80%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=44.80%
G=30.06%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551048700.330.440.391528.147.45
Hex9B68570212C27f1c2f
Octal2331501270415447173457
Binary10011011110100010101110100001101100100111111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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