Html Css Color HEX #9C6A38 Mai Tai

📋 copy color: '#9C6A38'

red 156 ◦ green 106 ◦ blue 56

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

Shades of Mai Tai #9C6A38

Tints of Mai Tai #9C6A38

RGB

 RED value IS 156 (61.33% from 255) = 49.06%

 GREEN value IS 106 (41.8% from 255) = 33.33%

 BLUE value IS 56 (22.27% from 255) = 17.61%

R = 49.06%
G = 33.33%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#9C6A38 (or 0x9C6A38) is known color: Mai Tai. HEX triplet: 9C, 6A and 38. RGB value is (156,106,56). Sum of RGB (Red+Green+Blue) = 156+106+56=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6A38 is #6395C7. Grayscale: #737373. Windows color (decimal): -6526408 or 3697308. OLE color: 3697308.

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

Color convert

RGB 156 106 56 -
CMYK 0 0.32 0.64 0.39
HSL 30º 0.47% 0.42% -
HSV(B) 30º 0.64% 0.61% -
XYZ 19.58 17.66 6.12 -
YUV 115.25 94.57 157.07 -
System Red Green Blue C M Y K H S L
Decimal 156 106 56 0 0.32 0.64 0.39 30 0.47 0.42
Hex 9C 6A 38 0 20 40 27 1E 2F 2A
Octal 234 152 70 0 40 100 47 36 57 52
Binary 10011100 1101010 111000 0 100000 1000000 100111 11110 101111 101010

Color Harmonies of #9C6A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6A38

Black with #9C6A38

Text Example


Text Example

White with #9C6A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,106,56); }

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

background-color css

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

 a { background-color: rgb(156,106,56); }

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

border-color css

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

 span { border-color: rgb(156,106,56); }

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