Html Css Color HEX #996845 Dark Tan

📋 copy color: '#996845'

red 153 ◦ green 104 ◦ blue 69

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

Shades of Dark Tan #996845

Tints of Dark Tan #996845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.17%

R = 46.93%
G = 31.9%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#996845 (or 0x996845) is known color: Dark Tan. HEX triplet: 99, 68 and 45. RGB value is (153,104,69). Sum of RGB (Red+Green+Blue) = 153+104+69=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #996845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996845 is #6697BA. Grayscale: #727272. Windows color (decimal): -6723515 or 4548761. OLE color: 4548761.

HSL color Cylindrical-coordinate representation of color #996845: hue angle of 25º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #996845 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 104 69 -
CMYK 0 0.32 0.55 0.4
HSL 25º 0.38% 0.44% -
HSV(B) 25º 0.55% 0.6% -
XYZ 19.16 17.1 7.92 -
YUV 114.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 153 104 69 0 0.32 0.55 0.4 25 0.38 0.44
Hex 99 68 45 0 20 37 28 19 26 2C
Octal 231 150 105 0 40 67 50 31 46 54
Binary 10011001 1101000 1000101 0 100000 110111 101000 11001 100110 101100

Color Harmonies of #996845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996845

Black with #996845

Text Example


Text Example

White with #996845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996845; }

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

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

background-color css

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

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

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

border-color css

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

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

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