#9F6252

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

Shades of Au Chico #9F6252

Tints of Au Chico #9F6252

Color information

#9F6252 (or 0x9F6252) is unknown color: approx Au Chico. HEX triplet: 9F, 62 and 52. RGB value is (159,98,82). Sum of RGB (Red+Green+Blue) = 159+98+82=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6252 is #609DAD. Grayscale: #727272. Windows color (decimal): -6331822 or 5399199. OLE color: 5399199.

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

Color convert

RGB1599882-
CMYK00.380.480.38
HSL12.47º31.95%47.25%-
HSV(B)12.47º48.43%62.35%-
XYZ20.1916.7210.14-
YUV114.42109.71159.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.90%
GREEN value IS 98 (38.67% from 255) = 28.91%
BLUE value IS 82 (32.42% from 255) = 24.19%
R=46.90%
G=28.91%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159988200.380.480.3812.4731.9547.25
Hex9F62520263026c202f
Octal2371421220466046144057
Binary100111111100010101001001001101100001001101100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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