Html Css Color HEX #946C49 Dark Tan

📋 copy color: '#946C49'

red 148 ◦ green 108 ◦ blue 73

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

Shades of Dark Tan #946C49

Tints of Dark Tan #946C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

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

R = 44.98%
G = 32.83%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#946C49 (or 0x946C49) is known color: Dark Tan. HEX triplet: 94, 6C and 49. RGB value is (148,108,73). Sum of RGB (Red+Green+Blue) = 148+108+73=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #946C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C49 is #6B93B6. Grayscale: #747474. Windows color (decimal): -7050167 or 4811924. OLE color: 4811924.

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

Color convert

RGB 148 108 73 -
CMYK 0 0.27 0.51 0.42
HSL 28º 0.34% 0.43% -
HSV(B) 28º 0.51% 0.58% -
XYZ 18.78 17.5 8.69 -
YUV 115.97 103.75 150.85 -
System Red Green Blue C M Y K H S L
Decimal 148 108 73 0 0.27 0.51 0.42 28 0.34 0.43
Hex 94 6C 49 0 1B 33 2A 1C 22 2B
Octal 224 154 111 0 33 63 52 34 42 53
Binary 10010100 1101100 1001001 0 11011 110011 101010 11100 100010 101011

Color Harmonies of #946C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C49

Black with #946C49

Text Example


Text Example

White with #946C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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