#9D6A56

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

Shades of Au Chico #9D6A56

Tints of Au Chico #9D6A56

Color information

#9D6A56 (or 0x9D6A56) is unknown color: approx Au Chico. HEX triplet: 9D, 6A and 56. RGB value is (157,106,86). Sum of RGB (Red+Green+Blue) = 157+106+86=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6A56 is #6295A9. Grayscale: #777777. Windows color (decimal): -6460842 or 5663389. OLE color: 5663389.

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

Color convert

RGB15710686-
CMYK00.320.450.38
HSL16.9º29.22%47.65%-
HSV(B)16.9º45.22%61.57%-
XYZ20.7418.1511.21-
YUV118.97109.4155.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.99%
GREEN value IS 106 (41.80% from 255) = 30.37%
BLUE value IS 86 (33.98% from 255) = 24.64%
R=44.99%
G=30.37%
B=24.64%

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
Decimal1571068600.320.450.3816.929.2247.65
Hex9D6A560202D26111d30
Octal2351521260405546213560
Binary100111011101010101011001000001011011001101000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,106,86); }

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

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

 a { background-color: rgb(157,106,86); }

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

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

 span { border-color: rgb(157,106,86); }

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