Html Css Color HEX #996C50 Dark Tan

📋 copy color: '#996C50'

red 153 ◦ green 108 ◦ blue 80

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

Shades of Dark Tan #996C50

Tints of Dark Tan #996C50

RGB

 RED value IS 153 (60.16% from 255) = 44.87%

 GREEN value IS 108 (42.58% from 255) = 31.67%

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

R = 44.87%
G = 31.67%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#996C50 (or 0x996C50) is known color: Dark Tan. HEX triplet: 99, 6C and 50. RGB value is (153,108,80). Sum of RGB (Red+Green+Blue) = 153+108+80=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #996C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C50 is #6693AF. Grayscale: #767676. Windows color (decimal): -6722480 or 5270681. OLE color: 5270681.

HSL color Cylindrical-coordinate representation of color #996C50: hue angle of 23.01º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #996C50 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 108 80 -
CMYK 0 0.29 0.48 0.4
HSL 23.01º 0.31% 0.46% -
HSV(B) 23.01º 0.48% 0.6% -
XYZ 19.95 18.08 10.03 -
YUV 118.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 153 108 80 0 0.29 0.48 0.4 23.01 0.31 0.46
Hex 99 6C 50 0 1D 30 28 17 1F 2E
Octal 231 154 120 0 35 60 50 27 37 56
Binary 10011001 1101100 1010000 0 11101 110000 101000 10111 11111 101110

Color Harmonies of #996C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C50

Black with #996C50

Text Example


Text Example

White with #996C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996C50; }

 p { color: rgb(153,108,80); }

 H1.HeaderClassName
 {
   color: #996C50;
 }
 .AnyTagClassName
 {
   color: #996C50;
 }
</style>

background-color css

<style>
 a { background-color: #996C50; }

 a { background-color: rgb(153,108,80); }

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

border-color css

<style>
 span { border-color: #996C50; }

 span { border-color: rgb(153,108,80); }

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