#9F6750

Color #9F6750 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #9F6750

Tints of Dark Tan #9F6750

Color information

#9F6750 (or 0x9F6750) is unknown color: approx Dark Tan. HEX triplet: 9F, 67 and 50. RGB value is (159,103,80). Sum of RGB (Red+Green+Blue) = 159+103+80=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6750 is #6098AF. Grayscale: #757575. Windows color (decimal): -6330544 or 5269407. OLE color: 5269407.

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

Color convert

RGB15910380-
CMYK00.350.500.38
HSL17.47º33.05%46.86%-
HSV(B)17.47º49.69%62.35%-
XYZ20.617.659.91-
YUV117.12107.05157.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.49%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=46.49%
G=30.12%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591038000.350.500.3817.4733.0546.86
Hex9F6750023322611212f
Octal2371471200436246214157
Binary1001111111001111010000010001111001010011010001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,103,80); }

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

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

 a { background-color: rgb(159,103,80); }

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

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

 span { border-color: rgb(159,103,80); }

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