Html Css Color HEX #9B693A Mai Tai

📋 copy color: '#9B693A'

red 155 ◦ green 105 ◦ blue 58

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

Shades of Mai Tai #9B693A

Tints of Mai Tai #9B693A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 48.74%
G = 33.02%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B693A (or 0x9B693A) is known color: Mai Tai. HEX triplet: 9B, 69 and 3A. RGB value is (155,105,58). Sum of RGB (Red+Green+Blue) = 155+105+58=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B693A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B693A is #6496C5. Grayscale: #727272. Windows color (decimal): -6592198 or 3828123. OLE color: 3828123.

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

Color convert

RGB 155 105 58 -
CMYK 0 0.32 0.63 0.39
HSL 29.07º 0.46% 0.42% -
HSV(B) 29.07º 0.63% 0.61% -
XYZ 19.33 17.38 6.34 -
YUV 114.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 155 105 58 0 0.32 0.63 0.39 29.07 0.46 0.42
Hex 9B 69 3A 0 20 3F 27 1D 2E 2A
Octal 233 151 72 0 40 77 47 35 56 52
Binary 10011011 1101001 111010 0 100000 111111 100111 11101 101110 101010

Color Harmonies of #9B693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B693A

Black with #9B693A

Text Example


Text Example

White with #9B693A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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