Html Css Color HEX #9B642C Mai Tai

📋 copy color: '#9B642C'

red 155 ◦ green 100 ◦ blue 44

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

Shades of Mai Tai #9B642C

Tints of Mai Tai #9B642C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.72%

R = 51.84%
G = 33.44%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B642C (or 0x9B642C) is known color: Mai Tai. HEX triplet: 9B, 64 and 2C. RGB value is (155,100,44). Sum of RGB (Red+Green+Blue) = 155+100+44=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B642C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B642C is #649BD3. Grayscale: #6E6E6E. Windows color (decimal): -6593492 or 2909339. OLE color: 2909339.

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

Color convert

RGB 155 100 44 -
CMYK 0 0.35 0.72 0.39
HSL 30.27º 0.56% 0.39% -
HSV(B) 30.27º 0.72% 0.61% -
XYZ 18.53 16.26 4.55 -
YUV 110.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 155 100 44 0 0.35 0.72 0.39 30.27 0.56 0.39
Hex 9B 64 2C 0 23 48 27 1E 38 27
Octal 233 144 54 0 43 110 47 36 70 47
Binary 10011011 1100100 101100 0 100011 1001000 100111 11110 111000 100111

Color Harmonies of #9B642C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B642C

Black with #9B642C

Text Example


Text Example

White with #9B642C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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