Html Css Color HEX #9B6330 Mai Tai

📋 copy color: '#9B6330'

red 155 ◦ green 99 ◦ blue 48

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

Shades of Mai Tai #9B6330

Tints of Mai Tai #9B6330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.89%

R = 51.32%
G = 32.78%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9B6330 (or 0x9B6330) is known color: Mai Tai. HEX triplet: 9B, 63 and 30. RGB value is (155,99,48). Sum of RGB (Red+Green+Blue) = 155+99+48=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6330 is #649CCF. Grayscale: #6E6E6E. Windows color (decimal): -6593744 or 3171227. OLE color: 3171227.

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

Color convert

RGB 155 99 48 -
CMYK 0 0.36 0.69 0.39
HSL 28.6º 0.53% 0.4% -
HSV(B) 28.6º 0.69% 0.61% -
XYZ 18.51 16.11 4.93 -
YUV 109.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 155 99 48 0 0.36 0.69 0.39 28.6 0.53 0.4
Hex 9B 63 30 0 24 45 27 1D 35 28
Octal 233 143 60 0 44 105 47 35 65 50
Binary 10011011 1100011 110000 0 100100 1000101 100111 11101 110101 101000

Color Harmonies of #9B6330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6330

Black with #9B6330

Text Example


Text Example

White with #9B6330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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