Html Css Color HEX #9B6430 Mai Tai

📋 copy color: '#9B6430'

red 155 ◦ green 100 ◦ blue 48

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

Shades of Mai Tai #9B6430

Tints of Mai Tai #9B6430

RGB

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

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

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

R = 51.16%
G = 33%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9B6430 (or 0x9B6430) is known color: Mai Tai. HEX triplet: 9B, 64 and 30. RGB value is (155,100,48). Sum of RGB (Red+Green+Blue) = 155+100+48=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6430 is #649BCF. Grayscale: #6E6E6E. Windows color (decimal): -6593488 or 3171483. OLE color: 3171483.

HSL color Cylindrical-coordinate representation of color #9B6430: hue angle of 29.16º 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 #9B6430 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 100 48 -
CMYK 0 0.35 0.69 0.39
HSL 29.16º 0.53% 0.4% -
HSV(B) 29.16º 0.69% 0.61% -
XYZ 18.61 16.3 4.96 -
YUV 110.52 92.72 159.73 -
System Red Green Blue C M Y K H S L
Decimal 155 100 48 0 0.35 0.69 0.39 29.16 0.53 0.4
Hex 9B 64 30 0 23 45 27 1D 35 28
Octal 233 144 60 0 43 105 47 35 65 50
Binary 10011011 1100100 110000 0 100011 1000101 100111 11101 110101 101000

Color Harmonies of #9B6430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6430

Black with #9B6430

Text Example


Text Example

White with #9B6430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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