Html Css Color HEX #9B602B Mai Tai

📋 copy color: '#9B602B'

red 155 ◦ green 96 ◦ blue 43

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

Shades of Mai Tai #9B602B

Tints of Mai Tai #9B602B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 52.72%
G = 32.65%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B602B (or 0x9B602B) is known color: Mai Tai. HEX triplet: 9B, 60 and 2B. RGB value is (155,96,43). Sum of RGB (Red+Green+Blue) = 155+96+43=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B602B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B602B is #649FD4. Grayscale: #6B6B6B. Windows color (decimal): -6594517 or 2842779. OLE color: 2842779.

HSL color Cylindrical-coordinate representation of color #9B602B: hue angle of 28.39º degrees, saturation: 0.57, 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 #9B602B is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 96 43 -
CMYK 0 0.38 0.72 0.39
HSL 28.39º 0.57% 0.39% -
HSV(B) 28.39º 0.72% 0.61% -
XYZ 18.14 15.51 4.32 -
YUV 107.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 155 96 43 0 0.38 0.72 0.39 28.39 0.57 0.39
Hex 9B 60 2B 0 26 48 27 1C 39 27
Octal 233 140 53 0 46 110 47 34 71 47
Binary 10011011 1100000 101011 0 100110 1001000 100111 11100 111001 100111

Color Harmonies of #9B602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B602B

Black with #9B602B

Text Example


Text Example

White with #9B602B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,96,43); }

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

background-color css

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

 a { background-color: rgb(155,96,43); }

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

border-color css

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

 span { border-color: rgb(155,96,43); }

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