#9B6957

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

Shades of Au Chico #9B6957

Tints of Au Chico #9B6957

Color information

#9B6957 (or 0x9B6957) is unknown color: approx Au Chico. HEX triplet: 9B, 69 and 57. RGB value is (155,105,87). Sum of RGB (Red+Green+Blue) = 155+105+87=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6957 is #6496A8. Grayscale: #767676. Windows color (decimal): -6592169 or 5728667. OLE color: 5728667.

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

Color convert

RGB15510587-
CMYK00.320.440.39
HSL15.88º28.1%47.45%-
HSV(B)15.88º43.87%60.78%-
XYZ20.2917.7611.38-
YUV117.9110.56154.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.67%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 87 (34.38% from 255) = 25.07%
R=44.67%
G=30.26%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551058700.320.440.3915.8828.147.45
Hex9B69570202C27101c2f
Octal2331511270405447203457
Binary100110111101001101011101000001011001001111000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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