Html Css Color HEX #946446 Dark Tan

📋 copy color: '#946446'

red 148 ◦ green 100 ◦ blue 70

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

Shades of Dark Tan #946446

Tints of Dark Tan #946446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.45%

 BLUE value IS 70 (27.73% from 255) = 22.01%

R = 46.54%
G = 31.45%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#946446 (or 0x946446) is known color: Dark Tan. HEX triplet: 94, 64 and 46. RGB value is (148,100,70). Sum of RGB (Red+Green+Blue) = 148+100+70=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #946446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946446 is #6B9BB9. Grayscale: #6F6F6F. Windows color (decimal): -7052218 or 4613268. OLE color: 4613268.

HSL color Cylindrical-coordinate representation of color #946446: hue angle of 23.08º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #946446 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 100 70 -
CMYK 0 0.32 0.53 0.42
HSL 23.08º 0.36% 0.43% -
HSV(B) 23.08º 0.53% 0.58% -
XYZ 17.88 15.85 7.91 -
YUV 110.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 148 100 70 0 0.32 0.53 0.42 23.08 0.36 0.43
Hex 94 64 46 0 20 35 2A 17 24 2B
Octal 224 144 106 0 40 65 52 27 44 53
Binary 10010100 1100100 1000110 0 100000 110101 101010 10111 100100 101011

Color Harmonies of #946446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946446

Black with #946446

Text Example


Text Example

White with #946446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946446; }

 p { color: rgb(148,100,70); }

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

background-color css

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

 a { background-color: rgb(148,100,70); }

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

border-color css

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

 span { border-color: rgb(148,100,70); }

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