Html Css Color HEX #946748 Dark Tan

📋 copy color: '#946748'

red 148 ◦ green 103 ◦ blue 72

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

Shades of Dark Tan #946748

Tints of Dark Tan #946748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.89%

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

R = 45.82%
G = 31.89%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#946748 (or 0x946748) is known color: Dark Tan. HEX triplet: 94, 67 and 48. RGB value is (148,103,72). Sum of RGB (Red+Green+Blue) = 148+103+72=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #946748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946748 is #6B98B7. Grayscale: #717171. Windows color (decimal): -7051448 or 4745108. OLE color: 4745108.

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

Color convert

RGB 148 103 72 -
CMYK 0 0.30 0.51 0.42
HSL 24.47º 0.35% 0.43% -
HSV(B) 24.47º 0.51% 0.58% -
XYZ 18.23 16.46 8.35 -
YUV 112.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 148 103 72 0 0.30 0.51 0.42 24.47 0.35 0.43
Hex 94 67 48 0 1E 33 2A 18 23 2B
Octal 224 147 110 0 36 63 52 30 43 53
Binary 10010100 1100111 1001000 0 11110 110011 101010 11000 100011 101011

Color Harmonies of #946748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946748

Black with #946748

Text Example


Text Example

White with #946748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946748; }

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

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

background-color css

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

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

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

border-color css

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

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

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