Html Css Color HEX #946D49 Dark Tan

📋 copy color: '#946D49'

red 148 ◦ green 109 ◦ blue 73

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

Shades of Dark Tan #946D49

Tints of Dark Tan #946D49

RGB

 RED value IS 148 (58.2% from 255) = 44.85%

 GREEN value IS 109 (42.97% from 255) = 33.03%

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 44.85%
G = 33.03%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#946D49 (or 0x946D49) is known color: Dark Tan. HEX triplet: 94, 6D and 49. RGB value is (148,109,73). Sum of RGB (Red+Green+Blue) = 148+109+73=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #946D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D49 is #6B92B6. Grayscale: #747474. Windows color (decimal): -7049911 or 4812180. OLE color: 4812180.

HSL color Cylindrical-coordinate representation of color #946D49: hue angle of 28.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #946D49 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 109 73 -
CMYK 0 0.26 0.51 0.42
HSL 28.8º 0.34% 0.43% -
HSV(B) 28.8º 0.51% 0.58% -
XYZ 18.88 17.71 8.73 -
YUV 116.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 148 109 73 0 0.26 0.51 0.42 28.8 0.34 0.43
Hex 94 6D 49 0 1A 33 2A 1D 22 2B
Octal 224 155 111 0 32 63 52 35 42 53
Binary 10010100 1101101 1001001 0 11010 110011 101010 11101 100010 101011

Color Harmonies of #946D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946D49

Black with #946D49

Text Example


Text Example

White with #946D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946D49; }

 p { color: rgb(148,109,73); }

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

background-color css

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

 a { background-color: rgb(148,109,73); }

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

border-color css

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

 span { border-color: rgb(148,109,73); }

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