Html Css Color HEX #946249 Dark Tan

📋 copy color: '#946249'

red 148 ◦ green 98 ◦ blue 73

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

Shades of Dark Tan #946249

Tints of Dark Tan #946249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

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

R = 46.39%
G = 30.72%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#946249 (or 0x946249) is known color: Dark Tan. HEX triplet: 94, 62 and 49. RGB value is (148,98,73). Sum of RGB (Red+Green+Blue) = 148+98+73=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #946249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946249 is #6B9DB6. Grayscale: #6E6E6E. Windows color (decimal): -7052727 or 4809364. OLE color: 4809364.

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

Color convert

RGB 148 98 73 -
CMYK 0 0.34 0.51 0.42
HSL 20º 0.34% 0.43% -
HSV(B) 20º 0.51% 0.58% -
XYZ 17.78 15.51 8.36 -
YUV 110.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 148 98 73 0 0.34 0.51 0.42 20 0.34 0.43
Hex 94 62 49 0 22 33 2A 14 22 2B
Octal 224 142 111 0 42 63 52 24 42 53
Binary 10010100 1100010 1001001 0 100010 110011 101010 10100 100010 101011

Color Harmonies of #946249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946249

Black with #946249

Text Example


Text Example

White with #946249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946249; }

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

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

background-color css

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

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

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

border-color css

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

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

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