#9B6757

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

Shades of Au Chico #9B6757

Tints of Au Chico #9B6757

Color information

#9B6757 (or 0x9B6757) is unknown color: approx Au Chico. HEX triplet: 9B, 67 and 57. RGB value is (155,103,87). Sum of RGB (Red+Green+Blue) = 155+103+87=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6757 is #6498A8. Grayscale: #747474. Windows color (decimal): -6592681 or 5728155. OLE color: 5728155.

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

Color convert

RGB15510387-
CMYK00.340.440.39
HSL14.12º28.1%47.45%-
HSV(B)14.12º43.87%60.78%-
XYZ20.0917.3611.31-
YUV116.72111.23155.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.93%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 87 (34.38% from 255) = 25.22%
R=44.93%
G=29.86%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551038700.340.440.3914.1228.147.45
Hex9B67570222C27e1c2f
Octal2331471270425447163457
Binary10011011110011110101110100010101100100111111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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