#9C642A

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

Shades of Mai Tai #9C642A

Tints of Mai Tai #9C642A

Color information

#9C642A (or 0x9C642A) is unknown color: approx Mai Tai. HEX triplet: 9C, 64 and 2A. RGB value is (156,100,42). Sum of RGB (Red+Green+Blue) = 156+100+42=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C642A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C642A is #639BD5. Grayscale: #6E6E6E. Windows color (decimal): -6527958 or 2778268. OLE color: 2778268.

HSL color Cylindrical-coordinate representation of color #9C642A: hue angle of 30.53º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C642A is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB15610042-
CMYK00.360.730.39
HSL30.53º57.58%38.82%-
HSV(B)30.53º73.08%61.18%-
XYZ18.6916.354.36-
YUV110.1389.55160.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.35%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 42 (16.80% from 255) = 14.09%
R=52.35%
G=33.56%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561004200.360.730.3930.5357.5838.82
Hex9C642A02449271f3a27
Octal2341445204411147377247
Binary1001110011001001010100100100100100110011111111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,100,42); }

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

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

 a { background-color: rgb(156,100,42); }

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

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

 span { border-color: rgb(156,100,42); }

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