Html Css Color HEX #684445 Tosca

📋 copy color: '#684445'

red 104 ◦ green 68 ◦ blue 69

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

Shades of Tosca #684445

Tints of Tosca #684445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.63%

R = 43.15%
G = 28.22%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#684445 (or 0x684445) is known color: Tosca. HEX triplet: 68, 44 and 45. RGB value is (104,68,69). Sum of RGB (Red+Green+Blue) = 104+68+69=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #684445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684445 is #97BBBA. Grayscale: #4E4E4E. Windows color (decimal): -9943995 or 4539496. OLE color: 4539496.

HSL color Cylindrical-coordinate representation of color #684445: hue angle of 358.33º 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 #684445 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 68 69 -
CMYK 0 0.35 0.34 0.59
HSL 358.33º 0.21% 0.34% -
HSV(B) 358.33º 0.35% 0.41% -
XYZ 8.85 7.51 6.61 -
YUV 78.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 104 68 69 0 0.35 0.34 0.59 358.33 0.21 0.34
Hex 68 44 45 0 23 22 3B 166 15 22
Octal 150 104 105 0 43 42 73 546 25 42
Binary 1101000 1000100 1000101 0 100011 100010 111011 101100110 10101 100010

Color Harmonies of #684445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684445

Black with #684445

Text Example


Text Example

White with #684445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684445; }

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

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

background-color css

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

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

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

border-color css

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

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

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