Html Css Color HEX #9B693B Mai Tai

📋 copy color: '#9B693B'

red 155 ◦ green 105 ◦ blue 59

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

Shades of Mai Tai #9B693B

Tints of Mai Tai #9B693B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.92%

 BLUE value IS 59 (23.44% from 255) = 18.5%

R = 48.59%
G = 32.92%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9B693B (or 0x9B693B) is known color: Mai Tai. HEX triplet: 9B, 69 and 3B. RGB value is (155,105,59). Sum of RGB (Red+Green+Blue) = 155+105+59=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B693B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B693B is #6496C4. Grayscale: #727272. Windows color (decimal): -6592197 or 3893659. OLE color: 3893659.

HSL color Cylindrical-coordinate representation of color #9B693B: hue angle of 28.75º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B693B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 105 59 -
CMYK 0 0.32 0.62 0.39
HSL 28.75º 0.45% 0.42% -
HSV(B) 28.75º 0.62% 0.61% -
XYZ 19.36 17.39 6.47 -
YUV 114.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 155 105 59 0 0.32 0.62 0.39 28.75 0.45 0.42
Hex 9B 69 3B 0 20 3E 27 1D 2D 2A
Octal 233 151 73 0 40 76 47 35 55 52
Binary 10011011 1101001 111011 0 100000 111110 100111 11101 101101 101010

Color Harmonies of #9B693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B693B

Black with #9B693B

Text Example


Text Example

White with #9B693B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,105,59); }

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

background-color css

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

 a { background-color: rgb(155,105,59); }

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

border-color css

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

 span { border-color: rgb(155,105,59); }

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