Html Css Color HEX #996850 Dark Tan

📋 copy color: '#996850'

red 153 ◦ green 104 ◦ blue 80

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

Shades of Dark Tan #996850

Tints of Dark Tan #996850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.86%

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

R = 45.4%
G = 30.86%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#996850 (or 0x996850) is known color: Dark Tan. HEX triplet: 99, 68 and 50. RGB value is (153,104,80). Sum of RGB (Red+Green+Blue) = 153+104+80=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #996850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996850 is #6697AF. Grayscale: #747474. Windows color (decimal): -6723504 or 5269657. OLE color: 5269657.

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

Color convert

RGB 153 104 80 -
CMYK 0 0.32 0.48 0.4
HSL 19.73º 0.31% 0.46% -
HSV(B) 19.73º 0.48% 0.6% -
XYZ 19.54 17.25 9.89 -
YUV 115.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 153 104 80 0 0.32 0.48 0.4 19.73 0.31 0.46
Hex 99 68 50 0 20 30 28 14 1F 2E
Octal 231 150 120 0 40 60 50 24 37 56
Binary 10011001 1101000 1010000 0 100000 110000 101000 10100 11111 101110

Color Harmonies of #996850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996850

Black with #996850

Text Example


Text Example

White with #996850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996850; }

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

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

background-color css

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

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

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

border-color css

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

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

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