#9D614E

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

Shades of Au Chico #9D614E

Tints of Au Chico #9D614E

Color information

#9D614E (or 0x9D614E) is unknown color: approx Au Chico. HEX triplet: 9D, 61 and 4E. RGB value is (157,97,78). Sum of RGB (Red+Green+Blue) = 157+97+78=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D614E is #629EB1. Grayscale: #707070. Windows color (decimal): -6463154 or 5136797. OLE color: 5136797.

HSL color Cylindrical-coordinate representation of color #9D614E: hue angle of 14.43º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D614E is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1579778-
CMYK00.380.500.38
HSL14.43º33.62%46.08%-
HSV(B)14.43º50.32%61.57%-
XYZ19.5516.279.32-
YUV112.77108.38159.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.29%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=47.29%
G=29.22%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157977800.380.500.3814.4333.6246.08
Hex9D614E0263226e222e
Octal2351411160466246164256
Binary100111011100001100111001001101100101001101110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,97,78); }

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

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

 a { background-color: rgb(157,97,78); }

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

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

 span { border-color: rgb(157,97,78); }

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