#9F654F

Color #9F654F Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #9F654F

Tints of Sante Fe #9F654F

Color information

#9F654F (or 0x9F654F) is unknown color: approx Sante Fe. HEX triplet: 9F, 65 and 4F. RGB value is (159,101,79). Sum of RGB (Red+Green+Blue) = 159+101+79=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F654F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F654F is #609AB0. Grayscale: #737373. Windows color (decimal): -6331057 or 5203359. OLE color: 5203359.

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

Color convert

RGB15910179-
CMYK00.360.500.38
HSL16.5º33.61%46.67%-
HSV(B)16.5º50.31%62.35%-
XYZ20.3617.249.65-
YUV115.83107.22158.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.90%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 79 (31.25% from 255) = 23.30%
R=46.90%
G=29.79%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591017900.360.500.3816.533.6146.67
Hex9F654F024322610222f
Octal2371451170446246204257
Binary1001111111001011001111010010011001010011010000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,101,79); }

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

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

 a { background-color: rgb(159,101,79); }

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

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

 span { border-color: rgb(159,101,79); }

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