Html Css Color HEX #9C6550 Dark Tan

📋 copy color: '#9C6550'

red 156 ◦ green 101 ◦ blue 80

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

Shades of Dark Tan #9C6550

Tints of Dark Tan #9C6550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.97%

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

R = 46.29%
G = 29.97%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C6550 (or 0x9C6550) is known color: Dark Tan. HEX triplet: 9C, 65 and 50. RGB value is (156,101,80). Sum of RGB (Red+Green+Blue) = 156+101+80=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6550 is #639AAF. Grayscale: #737373. Windows color (decimal): -6527664 or 5268892. OLE color: 5268892.

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

Color convert

RGB 156 101 80 -
CMYK 0 0.35 0.49 0.39
HSL 16.58º 0.32% 0.46% -
HSV(B) 16.58º 0.49% 0.61% -
XYZ 19.81 16.95 9.82 -
YUV 115.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 156 101 80 0 0.35 0.49 0.39 16.58 0.32 0.46
Hex 9C 65 50 0 23 31 27 11 20 2E
Octal 234 145 120 0 43 61 47 21 40 56
Binary 10011100 1100101 1010000 0 100011 110001 100111 10001 100000 101110

Color Harmonies of #9C6550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6550

Black with #9C6550

Text Example


Text Example

White with #9C6550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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