Html Css Color HEX #684749 Tosca

📋 copy color: '#684749'

red 104 ◦ green 71 ◦ blue 73

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

Shades of Tosca #684749

Tints of Tosca #684749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.63%

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

R = 41.94%
G = 28.63%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#684749 (or 0x684749) is known color: Tosca. HEX triplet: 68, 47 and 49. RGB value is (104,71,73). Sum of RGB (Red+Green+Blue) = 104+71+73=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #684749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684749 is #97B8B6. Grayscale: #515151. Windows color (decimal): -9943223 or 4802408. OLE color: 4802408.

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

Color convert

RGB 104 71 73 -
CMYK 0 0.32 0.30 0.59
HSL 356.36º 0.19% 0.34% -
HSV(B) 356.36º 0.32% 0.41% -
XYZ 9.16 7.93 7.35 -
YUV 81.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 104 71 73 0 0.32 0.30 0.59 356.36 0.19 0.34
Hex 68 47 49 0 20 1E 3B 164 13 22
Octal 150 107 111 0 40 36 73 544 23 42
Binary 1101000 1000111 1001001 0 100000 11110 111011 101100100 10011 100010

Color Harmonies of #684749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684749

Black with #684749

Text Example


Text Example

White with #684749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684749; }

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

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

background-color css

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

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

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

border-color css

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

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

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