Html Css Color HEX #946246 Dark Tan

📋 copy color: '#946246'

red 148 ◦ green 98 ◦ blue 70

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

Shades of Dark Tan #946246

Tints of Dark Tan #946246

RGB

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

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

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

R = 46.84%
G = 31.01%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#946246 (or 0x946246) is known color: Dark Tan. HEX triplet: 94, 62 and 46. RGB value is (148,98,70). Sum of RGB (Red+Green+Blue) = 148+98+70=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #946246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946246 is #6B9DB9. Grayscale: #6D6D6D. Windows color (decimal): -7052730 or 4612756. OLE color: 4612756.

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

Color convert

RGB 148 98 70 -
CMYK 0 0.34 0.53 0.42
HSL 21.54º 0.36% 0.43% -
HSV(B) 21.54º 0.53% 0.58% -
XYZ 17.69 15.47 7.85 -
YUV 109.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 148 98 70 0 0.34 0.53 0.42 21.54 0.36 0.43
Hex 94 62 46 0 22 35 2A 16 24 2B
Octal 224 142 106 0 42 65 52 26 44 53
Binary 10010100 1100010 1000110 0 100010 110101 101010 10110 100100 101011

Color Harmonies of #946246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946246

Black with #946246

Text Example


Text Example

White with #946246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946246; }

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

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

background-color css

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

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

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

border-color css

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

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

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