Html Css Color HEX #9C6935 Mai Tai

📋 copy color: '#9C6935'

red 156 ◦ green 105 ◦ blue 53

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

Shades of Mai Tai #9C6935

Tints of Mai Tai #9C6935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.88%

R = 49.68%
G = 33.44%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9C6935 (or 0x9C6935) is known color: Mai Tai. HEX triplet: 9C, 69 and 35. RGB value is (156,105,53). Sum of RGB (Red+Green+Blue) = 156+105+53=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6935 is #6396CA. Grayscale: #727272. Windows color (decimal): -6526667 or 3500444. OLE color: 3500444.

HSL color Cylindrical-coordinate representation of color #9C6935: hue angle of 30.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C6935 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 105 53 -
CMYK 0 0.33 0.66 0.39
HSL 30.29º 0.49% 0.41% -
HSV(B) 30.29º 0.66% 0.61% -
XYZ 19.4 17.43 5.71 -
YUV 114.32 93.4 157.73 -
System Red Green Blue C M Y K H S L
Decimal 156 105 53 0 0.33 0.66 0.39 30.29 0.49 0.41
Hex 9C 69 35 0 21 42 27 1E 31 29
Octal 234 151 65 0 41 102 47 36 61 51
Binary 10011100 1101001 110101 0 100001 1000010 100111 11110 110001 101001

Color Harmonies of #9C6935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6935

Black with #9C6935

Text Example


Text Example

White with #9C6935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,105,53); }

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

background-color css

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

 a { background-color: rgb(156,105,53); }

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

border-color css

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

 span { border-color: rgb(156,105,53); }

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