Html Css Color HEX #684048 Tawny Port

📋 copy color: '#684048'

red 104 ◦ green 64 ◦ blue 72

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

Shades of Tawny Port #684048

Tints of Tawny Port #684048

RGB

 RED value IS 104 (41.02% from 255) = 43.33%

 GREEN value IS 64 (25.39% from 255) = 26.67%

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

R = 43.33%
G = 26.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#684048 (or 0x684048) is known color: Tawny Port. HEX triplet: 68, 40 and 48. RGB value is (104,64,72). Sum of RGB (Red+Green+Blue) = 104+64+72=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #684048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684048 is #97BFB7. Grayscale: #4C4C4C. Windows color (decimal): -9945016 or 4735080. OLE color: 4735080.

HSL color Cylindrical-coordinate representation of color #684048: hue angle of 348º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684048 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 64 72 -
CMYK 0 0.38 0.31 0.59
HSL 348º 0.24% 0.33% -
HSV(B) 348º 0.38% 0.41% -
XYZ 8.71 7.08 7.04 -
YUV 76.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 104 64 72 0 0.38 0.31 0.59 348 0.24 0.33
Hex 68 40 48 0 26 1F 3B 15C 18 21
Octal 150 100 110 0 46 37 73 534 30 41
Binary 1101000 1000000 1001000 0 100110 11111 111011 101011100 11000 100001

Color Harmonies of #684048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684048

Black with #684048

Text Example


Text Example

White with #684048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684048; }

 p { color: rgb(104,64,72); }

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

background-color css

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

 a { background-color: rgb(104,64,72); }

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

border-color css

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

 span { border-color: rgb(104,64,72); }

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