#9F682F

Color #9F682F Mai Tai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mai Tai #9F682F

Tints of Mai Tai #9F682F

Color information

#9F682F (or 0x9F682F) is unknown color: approx Mai Tai. HEX triplet: 9F, 68 and 2F. RGB value is (159,104,47). Sum of RGB (Red+Green+Blue) = 159+104+47=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F682F is #6097D0. Grayscale: #727272. Windows color (decimal): -6330321 or 3106975. OLE color: 3106975.

HSL color Cylindrical-coordinate representation of color #9F682F: hue angle of 30.54º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F682F is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB15910447-
CMYK00.350.700.38
HSL30.54º54.37%40.39%-
HSV(B)30.54º70.44%62.35%-
XYZ19.7617.485.02-
YUV113.9590.22160.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.29%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 47 (18.75% from 255) = 15.16%
R=51.29%
G=33.55%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591044700.350.700.3830.5454.3740.39
Hex9F682F02346261f3628
Octal2371505704310646376650
Binary1001111111010001011110100011100011010011011111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F682F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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