Html Css Color HEX #946349 Dark Tan

📋 copy color: '#946349'

red 148 ◦ green 99 ◦ blue 73

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

Shades of Dark Tan #946349

Tints of Dark Tan #946349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

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

R = 46.25%
G = 30.94%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#946349 (or 0x946349) is known color: Dark Tan. HEX triplet: 94, 63 and 49. RGB value is (148,99,73). Sum of RGB (Red+Green+Blue) = 148+99+73=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #946349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946349 is #6B9CB6. Grayscale: #6E6E6E. Windows color (decimal): -7052471 or 4809620. OLE color: 4809620.

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

Color convert

RGB 148 99 73 -
CMYK 0 0.33 0.51 0.42
HSL 20.8º 0.34% 0.43% -
HSV(B) 20.8º 0.51% 0.58% -
XYZ 17.88 15.7 8.39 -
YUV 110.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 148 99 73 0 0.33 0.51 0.42 20.8 0.34 0.43
Hex 94 63 49 0 21 33 2A 15 22 2B
Octal 224 143 111 0 41 63 52 25 42 53
Binary 10010100 1100011 1001001 0 100001 110011 101010 10101 100010 101011

Color Harmonies of #946349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946349

Black with #946349

Text Example


Text Example

White with #946349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946349; }

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

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

background-color css

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

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

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

border-color css

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

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

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