Html Css Color HEX #946849 Dark Tan

📋 copy color: '#946849'

red 148 ◦ green 104 ◦ blue 73

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

Shades of Dark Tan #946849

Tints of Dark Tan #946849

RGB

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

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

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

R = 45.54%
G = 32%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#946849 (or 0x946849) is known color: Dark Tan. HEX triplet: 94, 68 and 49. RGB value is (148,104,73). Sum of RGB (Red+Green+Blue) = 148+104+73=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #946849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946849 is #6B97B6. Grayscale: #717171. Windows color (decimal): -7051191 or 4810900. OLE color: 4810900.

HSL color Cylindrical-coordinate representation of color #946849: hue angle of 24.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 #946849 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 73 -
CMYK 0 0.30 0.51 0.42
HSL 24.8º 0.34% 0.43% -
HSV(B) 24.8º 0.51% 0.58% -
XYZ 18.37 16.68 8.55 -
YUV 113.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 148 104 73 0 0.30 0.51 0.42 24.8 0.34 0.43
Hex 94 68 49 0 1E 33 2A 19 22 2B
Octal 224 150 111 0 36 63 52 31 42 53
Binary 10010100 1101000 1001001 0 11110 110011 101010 11001 100010 101011

Color Harmonies of #946849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946849

Black with #946849

Text Example


Text Example

White with #946849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946849; }

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

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

background-color css

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

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

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

border-color css

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

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

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