#9D614F

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

Shades of Au Chico #9D614F

Tints of Au Chico #9D614F

Color information

#9D614F (or 0x9D614F) is unknown color: approx Au Chico. HEX triplet: 9D, 61 and 4F. RGB value is (157,97,79). Sum of RGB (Red+Green+Blue) = 157+97+79=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D614F is #629EB0. Grayscale: #717171. Windows color (decimal): -6463153 or 5202333. OLE color: 5202333.

HSL color Cylindrical-coordinate representation of color #9D614F: hue angle of 13.85º degrees, saturation: 0.33, 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 #9D614F is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1579779-
CMYK00.380.500.38
HSL13.85º33.05%46.27%-
HSV(B)13.85º49.68%61.57%-
XYZ19.5916.289.51-
YUV112.89108.88159.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.15%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=47.15%
G=29.13%
B=23.72%

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
Decimal157977900.380.500.3813.8533.0546.27
Hex9D614F0263226e212e
Octal2351411170466246164156
Binary100111011100001100111101001101100101001101110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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