Html Css Color HEX #9B6332 Mai Tai

📋 copy color: '#9B6332'

red 155 ◦ green 99 ◦ blue 50

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

Shades of Mai Tai #9B6332

Tints of Mai Tai #9B6332

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.57%

 BLUE value IS 50 (19.92% from 255) = 16.45%

R = 50.99%
G = 32.57%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B6332 (or 0x9B6332) is known color: Mai Tai. HEX triplet: 9B, 63 and 32. RGB value is (155,99,50). Sum of RGB (Red+Green+Blue) = 155+99+50=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6332 is #649CCD. Grayscale: #6E6E6E. Windows color (decimal): -6593742 or 3302299. OLE color: 3302299.

HSL color Cylindrical-coordinate representation of color #9B6332: hue angle of 28º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B6332 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 99 50 -
CMYK 0 0.36 0.68 0.39
HSL 28º 0.51% 0.4% -
HSV(B) 28º 0.68% 0.61% -
XYZ 18.56 16.12 5.15 -
YUV 110.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 155 99 50 0 0.36 0.68 0.39 28 0.51 0.4
Hex 9B 63 32 0 24 44 27 1C 33 28
Octal 233 143 62 0 44 104 47 34 63 50
Binary 10011011 1100011 110010 0 100100 1000100 100111 11100 110011 101000

Color Harmonies of #9B6332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6332

Black with #9B6332

Text Example


Text Example

White with #9B6332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,99,50); }

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

background-color css

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

 a { background-color: rgb(155,99,50); }

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

border-color css

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

 span { border-color: rgb(155,99,50); }

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