Html Css Color HEX #684245 Tosca

📋 copy color: '#684245'

red 104 ◦ green 66 ◦ blue 69

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

Shades of Tosca #684245

Tints of Tosca #684245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.62%

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

R = 43.51%
G = 27.62%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#684245 (or 0x684245) is known color: Tosca. HEX triplet: 68, 42 and 45. RGB value is (104,66,69). Sum of RGB (Red+Green+Blue) = 104+66+69=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #684245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684245 is #97BDBA. Grayscale: #4D4D4D. Windows color (decimal): -9944507 or 4538984. OLE color: 4538984.

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

Color convert

RGB 104 66 69 -
CMYK 0 0.37 0.34 0.59
HSL 355.26º 0.22% 0.33% -
HSV(B) 355.26º 0.37% 0.41% -
XYZ 8.73 7.27 6.57 -
YUV 77.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 104 66 69 0 0.37 0.34 0.59 355.26 0.22 0.33
Hex 68 42 45 0 25 22 3B 163 16 21
Octal 150 102 105 0 45 42 73 543 26 41
Binary 1101000 1000010 1000101 0 100101 100010 111011 101100011 10110 100001

Color Harmonies of #684245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684245

Black with #684245

Text Example


Text Example

White with #684245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684245; }

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

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

background-color css

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

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

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

border-color css

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

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

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