Html Css Color HEX #9B612C Mai Tai

📋 copy color: '#9B612C'

red 155 ◦ green 97 ◦ blue 44

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

Shades of Mai Tai #9B612C

Tints of Mai Tai #9B612C

RGB

 RED value IS 155 (60.94% from 255) = 52.36%

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

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 52.36%
G = 32.77%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B612C (or 0x9B612C) is known color: Mai Tai. HEX triplet: 9B, 61 and 2C. RGB value is (155,97,44). Sum of RGB (Red+Green+Blue) = 155+97+44=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B612C is #649ED3. Grayscale: #6C6C6C. Windows color (decimal): -6594260 or 2908571. OLE color: 2908571.

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

Color convert

RGB 155 97 44 -
CMYK 0 0.37 0.72 0.39
HSL 28.65º 0.56% 0.39% -
HSV(B) 28.65º 0.72% 0.61% -
XYZ 18.25 15.7 4.45 -
YUV 108.3 91.72 161.31 -
System Red Green Blue C M Y K H S L
Decimal 155 97 44 0 0.37 0.72 0.39 28.65 0.56 0.39
Hex 9B 61 2C 0 25 48 27 1D 38 27
Octal 233 141 54 0 45 110 47 35 70 47
Binary 10011011 1100001 101100 0 100101 1001000 100111 11101 111000 100111

Color Harmonies of #9B612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B612C

Black with #9B612C

Text Example


Text Example

White with #9B612C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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