Html Css Color HEX #684449 Tosca

📋 copy color: '#684449'

red 104 ◦ green 68 ◦ blue 73

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

Shades of Tosca #684449

Tints of Tosca #684449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

 BLUE value IS 73 (28.91% from 255) = 29.8%

R = 42.45%
G = 27.76%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#684449 (or 0x684449) is known color: Tosca. HEX triplet: 68, 44 and 49. RGB value is (104,68,73). Sum of RGB (Red+Green+Blue) = 104+68+73=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #684449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684449 is #97BBB6. Grayscale: #4F4F4F. Windows color (decimal): -9943991 or 4801640. OLE color: 4801640.

HSL color Cylindrical-coordinate representation of color #684449: hue angle of 351.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #684449 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 68 73 -
CMYK 0 0.35 0.30 0.59
HSL 351.67º 0.21% 0.34% -
HSV(B) 351.67º 0.35% 0.41% -
XYZ 8.98 7.56 7.29 -
YUV 79.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 104 68 73 0 0.35 0.30 0.59 351.67 0.21 0.34
Hex 68 44 49 0 23 1E 3B 160 15 22
Octal 150 104 111 0 43 36 73 540 25 42
Binary 1101000 1000100 1001001 0 100011 11110 111011 101100000 10101 100010

Color Harmonies of #684449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684449

Black with #684449

Text Example


Text Example

White with #684449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684449; }

 p { color: rgb(104,68,73); }

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

background-color css

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

 a { background-color: rgb(104,68,73); }

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

border-color css

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

 span { border-color: rgb(104,68,73); }

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