Html Css Color HEX #9B6535 Mai Tai

📋 copy color: '#9B6535'

red 155 ◦ green 101 ◦ blue 53

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

Shades of Mai Tai #9B6535

Tints of Mai Tai #9B6535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.69%

 BLUE value IS 53 (21.09% from 255) = 17.15%

R = 50.16%
G = 32.69%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B6535 (or 0x9B6535) is known color: Mai Tai. HEX triplet: 9B, 65 and 35. RGB value is (155,101,53). Sum of RGB (Red+Green+Blue) = 155+101+53=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6535 is #649ACA. Grayscale: #6F6F6F. Windows color (decimal): -6593227 or 3499419. OLE color: 3499419.

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

Color convert

RGB 155 101 53 -
CMYK 0 0.35 0.66 0.39
HSL 28.24º 0.49% 0.41% -
HSV(B) 28.24º 0.66% 0.61% -
XYZ 18.81 16.53 5.57 -
YUV 111.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 155 101 53 0 0.35 0.66 0.39 28.24 0.49 0.41
Hex 9B 65 35 0 23 42 27 1C 31 29
Octal 233 145 65 0 43 102 47 34 61 51
Binary 10011011 1100101 110101 0 100011 1000010 100111 11100 110001 101001

Color Harmonies of #9B6535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6535

Black with #9B6535

Text Example


Text Example

White with #9B6535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,101,53); }

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

background-color css

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

 a { background-color: rgb(155,101,53); }

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

border-color css

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

 span { border-color: rgb(155,101,53); }

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