#9B612D

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

Shades of Mai Tai #9B612D

Tints of Mai Tai #9B612D

Color information

#9B612D (or 0x9B612D) is unknown color: approx Mai Tai. HEX triplet: 9B, 61 and 2D. RGB value is (155,97,45). Sum of RGB (Red+Green+Blue) = 155+97+45=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B612D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B612D is #649ED2. Grayscale: #6C6C6C. Windows color (decimal): -6594259 or 2974107. OLE color: 2974107.

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

Color convert

RGB1559745-
CMYK00.370.710.39
HSL28.36º55%39.22%-
HSV(B)28.36º70.97%60.78%-
XYZ18.2715.714.55-
YUV108.4192.22161.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.19%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 45 (17.97% from 255) = 15.15%
R=52.19%
G=32.66%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155974500.370.710.3928.365539.22
Hex9B612D02547271c3727
Octal2331415504510747346747
Binary1001101111000011011010100101100011110011111100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,97,45); }

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

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

 a { background-color: rgb(155,97,45); }

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

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

 span { border-color: rgb(155,97,45); }

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