Html Css Color HEX #946248 Dark Tan

📋 copy color: '#946248'

red 148 ◦ green 98 ◦ blue 72

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

Shades of Dark Tan #946248

Tints of Dark Tan #946248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.64%

R = 46.54%
G = 30.82%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#946248 (or 0x946248) is known color: Dark Tan. HEX triplet: 94, 62 and 48. RGB value is (148,98,72). Sum of RGB (Red+Green+Blue) = 148+98+72=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #946248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946248 is #6B9DB7. Grayscale: #6E6E6E. Windows color (decimal): -7052728 or 4743828. OLE color: 4743828.

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

Color convert

RGB 148 98 72 -
CMYK 0 0.34 0.51 0.42
HSL 20.53º 0.35% 0.43% -
HSV(B) 20.53º 0.51% 0.58% -
XYZ 17.75 15.5 8.19 -
YUV 109.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 148 98 72 0 0.34 0.51 0.42 20.53 0.35 0.43
Hex 94 62 48 0 22 33 2A 15 23 2B
Octal 224 142 110 0 42 63 52 25 43 53
Binary 10010100 1100010 1001000 0 100010 110011 101010 10101 100011 101011

Color Harmonies of #946248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946248

Black with #946248

Text Example


Text Example

White with #946248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946248; }

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

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

background-color css

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

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

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

border-color css

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

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

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