#9F6853

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

Shades of Au Chico #9F6853

Tints of Au Chico #9F6853

Color information

#9F6853 (or 0x9F6853) is unknown color: approx Au Chico. HEX triplet: 9F, 68 and 53. RGB value is (159,104,83). Sum of RGB (Red+Green+Blue) = 159+104+83=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6853 is #6097AC. Grayscale: #767676. Windows color (decimal): -6330285 or 5466271. OLE color: 5466271.

HSL color Cylindrical-coordinate representation of color #9F6853: hue angle of 16.58º degrees, saturation: 0.31, 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 #9F6853 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB15910483-
CMYK00.350.480.38
HSL16.58º31.4%47.45%-
HSV(B)16.58º47.8%62.35%-
XYZ20.8117.910.54-
YUV118.05108.22157.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=45.95%
G=30.06%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591048300.350.480.3816.5831.447.45
Hex9F68530233026111f2f
Octal2371501230436046213757
Binary100111111101000101001101000111100001001101000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,104,83); }

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

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

 a { background-color: rgb(159,104,83); }

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

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

 span { border-color: rgb(159,104,83); }

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