Html Css Color HEX #946646 Dark Tan

📋 copy color: '#946646'

red 148 ◦ green 102 ◦ blue 70

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

Shades of Dark Tan #946646

Tints of Dark Tan #946646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.88%

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

R = 46.25%
G = 31.88%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#946646 (or 0x946646) is known color: Dark Tan. HEX triplet: 94, 66 and 46. RGB value is (148,102,70). Sum of RGB (Red+Green+Blue) = 148+102+70=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #946646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946646 is #6B99B9. Grayscale: #707070. Windows color (decimal): -7051706 or 4613780. OLE color: 4613780.

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

Color convert

RGB 148 102 70 -
CMYK 0 0.31 0.53 0.42
HSL 24.62º 0.36% 0.43% -
HSV(B) 24.62º 0.53% 0.58% -
XYZ 18.07 16.24 7.98 -
YUV 112.11 104.24 153.6 -
System Red Green Blue C M Y K H S L
Decimal 148 102 70 0 0.31 0.53 0.42 24.62 0.36 0.43
Hex 94 66 46 0 1F 35 2A 19 24 2B
Octal 224 146 106 0 37 65 52 31 44 53
Binary 10010100 1100110 1000110 0 11111 110101 101010 11001 100100 101011

Color Harmonies of #946646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946646

Black with #946646

Text Example


Text Example

White with #946646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946646; }

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

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

background-color css

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

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

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

border-color css

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

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

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