#9D6B57

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

Shades of Au Chico #9D6B57

Tints of Au Chico #9D6B57

Color information

#9D6B57 (or 0x9D6B57) is unknown color: approx Au Chico. HEX triplet: 9D, 6B and 57. RGB value is (157,107,87). Sum of RGB (Red+Green+Blue) = 157+107+87=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6B57 is #6294A8. Grayscale: #777777. Windows color (decimal): -6460585 or 5729181. OLE color: 5729181.

HSL color Cylindrical-coordinate representation of color #9D6B57: hue angle of 17.14º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D6B57 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB15710787-
CMYK00.320.450.38
HSL17.14º28.69%47.84%-
HSV(B)17.14º44.59%61.57%-
XYZ20.8818.3711.46-
YUV119.67109.56154.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.73%
GREEN value IS 107 (42.19% from 255) = 30.48%
BLUE value IS 87 (34.38% from 255) = 24.79%
R=44.73%
G=30.48%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571078700.320.450.3817.1428.6947.84
Hex9D6B570202D26111d30
Octal2351531270405546213560
Binary100111011101011101011101000001011011001101000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,107,87); }

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

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

 a { background-color: rgb(157,107,87); }

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

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

 span { border-color: rgb(157,107,87); }

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