#9D6350

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

Shades of Au Chico #9D6350

Tints of Au Chico #9D6350

Color information

#9D6350 (or 0x9D6350) is unknown color: approx Au Chico. HEX triplet: 9D, 63 and 50. RGB value is (157,99,80). Sum of RGB (Red+Green+Blue) = 157+99+80=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6350 is #629CAF. Grayscale: #727272. Windows color (decimal): -6462640 or 5268381. OLE color: 5268381.

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

Color convert

RGB1579980-
CMYK00.370.490.38
HSL14.81º32.49%46.47%-
HSV(B)14.81º49.04%61.57%-
XYZ19.8116.679.76-
YUV114.18108.72158.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.73%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=46.73%
G=29.46%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157998000.370.490.3814.8132.4946.47
Hex9D63500253126f202e
Octal2351431200456146174056
Binary100111011100011101000001001011100011001101111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,99,80); }

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

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

 a { background-color: rgb(157,99,80); }

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

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

 span { border-color: rgb(157,99,80); }

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