Html Css Color HEX #9B642E Mai Tai

📋 copy color: '#9B642E'

red 155 ◦ green 100 ◦ blue 46

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

Shades of Mai Tai #9B642E

Tints of Mai Tai #9B642E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 51.5%
G = 33.22%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B642E (or 0x9B642E) is known color: Mai Tai. HEX triplet: 9B, 64 and 2E. RGB value is (155,100,46). Sum of RGB (Red+Green+Blue) = 155+100+46=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B642E is #649BD1. Grayscale: #6E6E6E. Windows color (decimal): -6593490 or 3040411. OLE color: 3040411.

HSL color Cylindrical-coordinate representation of color #9B642E: hue angle of 29.72º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B642E is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 100 46 -
CMYK 0 0.35 0.70 0.39
HSL 29.72º 0.54% 0.39% -
HSV(B) 29.72º 0.7% 0.61% -
XYZ 18.57 16.28 4.75 -
YUV 110.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 155 100 46 0 0.35 0.70 0.39 29.72 0.54 0.39
Hex 9B 64 2E 0 23 46 27 1E 36 27
Octal 233 144 56 0 43 106 47 36 66 47
Binary 10011011 1100100 101110 0 100011 1000110 100111 11110 110110 100111

Color Harmonies of #9B642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B642E

Black with #9B642E

Text Example


Text Example

White with #9B642E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,100,46); }

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

background-color css

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

 a { background-color: rgb(155,100,46); }

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

border-color css

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

 span { border-color: rgb(155,100,46); }

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