Html Css Color HEX #684145 Tosca

📋 copy color: '#684145'

red 104 ◦ green 65 ◦ blue 69

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

Shades of Tosca #684145

Tints of Tosca #684145

RGB

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

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

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

R = 43.7%
G = 27.31%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#684145 (or 0x684145) is known color: Tosca. HEX triplet: 68, 41 and 45. RGB value is (104,65,69). Sum of RGB (Red+Green+Blue) = 104+65+69=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #684145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684145 is #97BEBA. Grayscale: #4D4D4D. Windows color (decimal): -9944763 or 4538728. OLE color: 4538728.

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

Color convert

RGB 104 65 69 -
CMYK 0 0.38 0.34 0.59
HSL 353.85º 0.23% 0.33% -
HSV(B) 353.85º 0.38% 0.41% -
XYZ 8.67 7.15 6.55 -
YUV 77.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 104 65 69 0 0.38 0.34 0.59 353.85 0.23 0.33
Hex 68 41 45 0 26 22 3B 162 17 21
Octal 150 101 105 0 46 42 73 542 27 41
Binary 1101000 1000001 1000101 0 100110 100010 111011 101100010 10111 100001

Color Harmonies of #684145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684145

Black with #684145

Text Example


Text Example

White with #684145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684145; }

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

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

background-color css

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

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

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

border-color css

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

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

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