#9F605A

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

Shades of Au Chico #9F605A

Tints of Au Chico #9F605A

Color information

#9F605A (or 0x9F605A) is unknown color: approx Au Chico. HEX triplet: 9F, 60 and 5A. RGB value is (159,96,90). Sum of RGB (Red+Green+Blue) = 159+96+90=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F605A is #609FA5. Grayscale: #727272. Windows color (decimal): -6332326 or 5922975. OLE color: 5922975.

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

Color convert

RGB1599690-
CMYK00.400.430.38
HSL5.22º27.71%48.82%-
HSV(B)5.22º43.4%62.35%-
XYZ20.3316.4711.78-
YUV114.15114.37159.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.09%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=46.09%
G=27.83%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159969000.400.430.385.2227.7148.82
Hex9F605A0282B2651c31
Octal237140132050534653461
Binary1001111111000001011010010100010101110011010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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