#9D602A

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

Shades of Mai Tai #9D602A

Tints of Mai Tai #9D602A

Color information

#9D602A (or 0x9D602A) is unknown color: approx Mai Tai. HEX triplet: 9D, 60 and 2A. RGB value is (157,96,42). Sum of RGB (Red+Green+Blue) = 157+96+42=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D602A is #629FD5. Grayscale: #6C6C6C. Windows color (decimal): -6463446 or 2777245. OLE color: 2777245.

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

Color convert

RGB1579642-
CMYK00.390.730.38
HSL28.17º57.79%39.02%-
HSV(B)28.17º73.25%61.57%-
XYZ18.5115.74.25-
YUV108.0890.71162.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.22%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 42 (16.80% from 255) = 14.24%
R=53.22%
G=32.54%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157964200.390.730.3828.1757.7939.02
Hex9D602A02749261c3a27
Octal2351405204711146347247
Binary1001110111000001010100100111100100110011011100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,96,42); }

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

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

 a { background-color: rgb(157,96,42); }

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

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

 span { border-color: rgb(157,96,42); }

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