Html Css Color HEX #684146 Tosca

📋 copy color: '#684146'

red 104 ◦ green 65 ◦ blue 70

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

Shades of Tosca #684146

Tints of Tosca #684146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.2%

 BLUE value IS 70 (27.73% from 255) = 29.29%

R = 43.51%
G = 27.2%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#684146 (or 0x684146) is known color: Tosca. HEX triplet: 68, 41 and 46. RGB value is (104,65,70). Sum of RGB (Red+Green+Blue) = 104+65+70=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #684146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684146 is #97BEB9. Grayscale: #4D4D4D. Windows color (decimal): -9944762 or 4604264. OLE color: 4604264.

HSL color Cylindrical-coordinate representation of color #684146: hue angle of 352.31º degrees, saturation: 0.23, 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 #684146 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 65 70 -
CMYK 0 0.38 0.33 0.59
HSL 352.31º 0.23% 0.33% -
HSV(B) 352.31º 0.38% 0.41% -
XYZ 8.7 7.17 6.72 -
YUV 77.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 104 65 70 0 0.38 0.33 0.59 352.31 0.23 0.33
Hex 68 41 46 0 26 21 3B 160 17 21
Octal 150 101 106 0 46 41 73 540 27 41
Binary 1101000 1000001 1000110 0 100110 100001 111011 101100000 10111 100001

Color Harmonies of #684146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684146

Black with #684146

Text Example


Text Example

White with #684146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684146; }

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

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

background-color css

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

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

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

border-color css

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

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

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