#9D625C

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

Shades of Au Chico #9D625C

Tints of Au Chico #9D625C

Color information

#9D625C (or 0x9D625C) is unknown color: approx Au Chico. HEX triplet: 9D, 62 and 5C. RGB value is (157,98,92). Sum of RGB (Red+Green+Blue) = 157+98+92=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 157 - color contains mainly: red. Hex color #9D625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D625C is #629DA3. Grayscale: #737373. Windows color (decimal): -6462884 or 6054557. OLE color: 6054557.

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

Color convert

RGB1579892-
CMYK00.380.410.38
HSL5.54º26.1%48.82%-
HSV(B)5.54º41.4%61.57%-
XYZ20.216.6812.28-
YUV114.96115.05157.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.24%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=45.24%
G=28.24%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157989200.380.410.385.5426.148.82
Hex9D625C026292661a31
Octal235142134046514663261
Binary1001110111000101011100010011010100110011011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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