#9D624F

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

Shades of Au Chico #9D624F

Tints of Au Chico #9D624F

Color information

#9D624F (or 0x9D624F) is unknown color: approx Au Chico. HEX triplet: 9D, 62 and 4F. RGB value is (157,98,79). Sum of RGB (Red+Green+Blue) = 157+98+79=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 157 - color contains mainly: red. Hex color #9D624F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D624F is #629DB0. Grayscale: #717171. Windows color (decimal): -6462897 or 5202589. OLE color: 5202589.

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

Color convert

RGB1579879-
CMYK00.380.500.38
HSL14.62º33.05%46.27%-
HSV(B)14.62º49.68%61.57%-
XYZ19.6816.479.54-
YUV113.48108.55159.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.01%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=47.01%
G=29.34%
B=23.65%

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
Decimal157987900.380.500.3814.6233.0546.27
Hex9D624F0263226f212e
Octal2351421170466246174156
Binary100111011100010100111101001101100101001101111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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