Html Css Color HEX #9C6335 Mai Tai

📋 copy color: '#9C6335'

red 156 ◦ green 99 ◦ blue 53

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

Shades of Mai Tai #9C6335

Tints of Mai Tai #9C6335

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

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

R = 50.65%
G = 32.14%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9C6335 (or 0x9C6335) is known color: Mai Tai. HEX triplet: 9C, 63 and 35. RGB value is (156,99,53). Sum of RGB (Red+Green+Blue) = 156+99+53=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6335 is #639CCA. Grayscale: #6F6F6F. Windows color (decimal): -6528203 or 3498908. OLE color: 3498908.

HSL color Cylindrical-coordinate representation of color #9C6335: hue angle of 26.8º 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 #9C6335 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 99 53 -
CMYK 0 0.37 0.66 0.39
HSL 26.8º 0.49% 0.41% -
HSV(B) 26.8º 0.66% 0.61% -
XYZ 18.81 16.25 5.51 -
YUV 110.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 156 99 53 0 0.37 0.66 0.39 26.8 0.49 0.41
Hex 9C 63 35 0 25 42 27 1B 31 29
Octal 234 143 65 0 45 102 47 33 61 51
Binary 10011100 1100011 110101 0 100101 1000010 100111 11011 110001 101001

Color Harmonies of #9C6335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6335

Black with #9C6335

Text Example


Text Example

White with #9C6335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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