Html Css Color HEX #996945 Dark Tan

📋 copy color: '#996945'

red 153 ◦ green 105 ◦ blue 69

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

Shades of Dark Tan #996945

Tints of Dark Tan #996945

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.11%

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

R = 46.79%
G = 32.11%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#996945 (or 0x996945) is known color: Dark Tan. HEX triplet: 99, 69 and 45. RGB value is (153,105,69). Sum of RGB (Red+Green+Blue) = 153+105+69=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #996945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996945 is #6696BA. Grayscale: #737373. Windows color (decimal): -6723259 or 4549017. OLE color: 4549017.

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

Color convert

RGB 153 105 69 -
CMYK 0 0.31 0.55 0.4
HSL 25.71º 0.38% 0.44% -
HSV(B) 25.71º 0.55% 0.6% -
XYZ 19.26 17.31 7.96 -
YUV 115.25 101.9 154.93 -
System Red Green Blue C M Y K H S L
Decimal 153 105 69 0 0.31 0.55 0.4 25.71 0.38 0.44
Hex 99 69 45 0 1F 37 28 1A 26 2C
Octal 231 151 105 0 37 67 50 32 46 54
Binary 10011001 1101001 1000101 0 11111 110111 101000 11010 100110 101100

Color Harmonies of #996945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996945

Black with #996945

Text Example


Text Example

White with #996945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996945; }

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

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

background-color css

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

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

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

border-color css

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

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

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