#9F625A

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

Shades of Au Chico #9F625A

Tints of Au Chico #9F625A

Color information

#9F625A (or 0x9F625A) is unknown color: approx Au Chico. HEX triplet: 9F, 62 and 5A. RGB value is (159,98,90). Sum of RGB (Red+Green+Blue) = 159+98+90=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F625A is #609DA5. Grayscale: #737373. Windows color (decimal): -6331814 or 5923487. OLE color: 5923487.

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

Color convert

RGB1599890-
CMYK00.380.430.38
HSL6.96º27.71%48.82%-
HSV(B)6.96º43.4%62.35%-
XYZ20.5116.8411.84-
YUV115.33113.71159.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.82%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=45.82%
G=28.24%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159989000.380.430.386.9627.7148.82
Hex9F625A0262B2671c31
Octal237142132046534673461
Binary1001111111000101011010010011010101110011011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,98,90); }

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

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

 a { background-color: rgb(159,98,90); }

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

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

 span { border-color: rgb(159,98,90); }

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