Html Css Color HEX #9C6E50 Dark Tan

📋 copy color: '#9C6E50'

red 156 ◦ green 110 ◦ blue 80

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

Shades of Dark Tan #9C6E50

Tints of Dark Tan #9C6E50

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.79%

 BLUE value IS 80 (31.64% from 255) = 23.12%

R = 45.09%
G = 31.79%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C6E50 (or 0x9C6E50) is known color: Dark Tan. HEX triplet: 9C, 6E and 50. RGB value is (156,110,80). Sum of RGB (Red+Green+Blue) = 156+110+80=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6E50 is #6391AF. Grayscale: #787878. Windows color (decimal): -6525360 or 5271196. OLE color: 5271196.

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

Color convert

RGB 156 110 80 -
CMYK 0 0.29 0.49 0.39
HSL 23.68º 0.32% 0.46% -
HSV(B) 23.68º 0.49% 0.61% -
XYZ 20.73 18.8 10.13 -
YUV 120.33 105.24 153.44 -
System Red Green Blue C M Y K H S L
Decimal 156 110 80 0 0.29 0.49 0.39 23.68 0.32 0.46
Hex 9C 6E 50 0 1D 31 27 18 20 2E
Octal 234 156 120 0 35 61 47 30 40 56
Binary 10011100 1101110 1010000 0 11101 110001 100111 11000 100000 101110

Color Harmonies of #9C6E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6E50

Black with #9C6E50

Text Example


Text Example

White with #9C6E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,110,80); }

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

background-color css

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

 a { background-color: rgb(156,110,80); }

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

border-color css

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

 span { border-color: rgb(156,110,80); }

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