Html Css Color HEX #996B50 Dark Tan

📋 copy color: '#996B50'

red 153 ◦ green 107 ◦ blue 80

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

Shades of Dark Tan #996B50

Tints of Dark Tan #996B50

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.47%

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

R = 45%
G = 31.47%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#996B50 (or 0x996B50) is known color: Dark Tan. HEX triplet: 99, 6B and 50. RGB value is (153,107,80). Sum of RGB (Red+Green+Blue) = 153+107+80=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #996B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B50 is #6694AF. Grayscale: #757575. Windows color (decimal): -6722736 or 5270425. OLE color: 5270425.

HSL color Cylindrical-coordinate representation of color #996B50: hue angle of 22.19º 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 #996B50 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 80 -
CMYK 0 0.30 0.48 0.4
HSL 22.19º 0.31% 0.46% -
HSV(B) 22.19º 0.48% 0.6% -
XYZ 19.84 17.87 9.99 -
YUV 117.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 153 107 80 0 0.30 0.48 0.4 22.19 0.31 0.46
Hex 99 6B 50 0 1E 30 28 16 1F 2E
Octal 231 153 120 0 36 60 50 26 37 56
Binary 10011001 1101011 1010000 0 11110 110000 101000 10110 11111 101110

Color Harmonies of #996B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B50

Black with #996B50

Text Example


Text Example

White with #996B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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