#9F693C

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

Shades of Mai Tai #9F693C

Tints of Mai Tai #9F693C

Color information

#9F693C (or 0x9F693C) is unknown color: approx Mai Tai. HEX triplet: 9F, 69 and 3C. RGB value is (159,105,60). Sum of RGB (Red+Green+Blue) = 159+105+60=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F693C is #6096C3. Grayscale: #747474. Windows color (decimal): -6330052 or 3959199. OLE color: 3959199.

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

Color convert

RGB15910560-
CMYK00.340.620.38
HSL27.27º45.21%42.94%-
HSV(B)27.27º62.26%62.35%-
XYZ20.1717.86.65-
YUV116.0296.39158.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.07%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 60 (23.83% from 255) = 18.52%
R=49.07%
G=32.41%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591056000.340.620.3827.2745.2142.94
Hex9F693C0223E261b2d2b
Octal237151740427646335553
Binary100111111101001111100010001011111010011011011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,105,60); }

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

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

 a { background-color: rgb(159,105,60); }

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

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

 span { border-color: rgb(159,105,60); }

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