Html Css Color HEX #9A612D Mai Tai

📋 copy color: '#9A612D'

red 154 ◦ green 97 ◦ blue 45

#9A612D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mai Tai #9A612D

Tints of Mai Tai #9A612D

RGB

 RED value IS 154 (60.55% from 255) = 52.03%

 GREEN value IS 97 (38.28% from 255) = 32.77%

 BLUE value IS 45 (17.97% from 255) = 15.2%

R = 52.03%
G = 32.77%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#9A612D (or 0x9A612D) is known color: Mai Tai. HEX triplet: 9A, 61 and 2D. RGB value is (154,97,45). Sum of RGB (Red+Green+Blue) = 154+97+45=296 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.03% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 154 - color contains mainly: red. Hex color #9A612D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A612D is #659ED2. Grayscale: #6C6C6C. Windows color (decimal): -6659795 or 2974106. OLE color: 2974106.

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

Color convert

RGB 154 97 45 -
CMYK 0 0.37 0.71 0.40
HSL 28.62º 0.55% 0.39% -
HSV(B) 28.62º 0.71% 0.6% -
XYZ 18.07 15.61 4.54 -
YUV 108.12 92.38 160.73 -
System Red Green Blue C M Y K H S L
Decimal 154 97 45 0 0.37 0.71 0.40 28.62 0.55 0.39
Hex 9A 61 2D 0 25 47 28 1D 37 27
Octal 232 141 55 0 45 107 50 35 67 47
Binary 10011010 1100001 101101 0 100101 1000111 101000 11101 110111 100111

Color Harmonies of #9A612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A612D

Black with #9A612D

Text Example


Text Example

White with #9A612D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A612D;
 }
 .AnyTagClassName
 {
   color: #9A612D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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