Html Css Color HEX #684648 Tosca

📋 copy color: '#684648'

red 104 ◦ green 70 ◦ blue 72

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

Shades of Tosca #684648

Tints of Tosca #684648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.46%

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

R = 42.28%
G = 28.46%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#684648 (or 0x684648) is known color: Tosca. HEX triplet: 68, 46 and 48. RGB value is (104,70,72). Sum of RGB (Red+Green+Blue) = 104+70+72=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #684648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684648 is #97B9B7. Grayscale: #505050. Windows color (decimal): -9943480 or 4736616. OLE color: 4736616.

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

Color convert

RGB 104 70 72 -
CMYK 0 0.33 0.31 0.59
HSL 356.47º 0.2% 0.34% -
HSV(B) 356.47º 0.33% 0.41% -
XYZ 9.07 7.79 7.16 -
YUV 80.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 104 70 72 0 0.33 0.31 0.59 356.47 0.2 0.34
Hex 68 46 48 0 21 1F 3B 164 14 22
Octal 150 106 110 0 41 37 73 544 24 42
Binary 1101000 1000110 1001000 0 100001 11111 111011 101100100 10100 100010

Color Harmonies of #684648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684648

Black with #684648

Text Example


Text Example

White with #684648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684648; }

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

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

background-color css

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

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

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

border-color css

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

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

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