Html Css Color HEX #684046 Tosca

📋 copy color: '#684046'

red 104 ◦ green 64 ◦ blue 70

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

Shades of Tosca #684046

Tints of Tosca #684046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.89%

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

R = 43.7%
G = 26.89%
B = 29.41%

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

#684046 (or 0x684046) is known color: Tosca. HEX triplet: 68, 40 and 46. RGB value is (104,64,70). Sum of RGB (Red+Green+Blue) = 104+64+70=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #684046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684046 is #97BFB9. Grayscale: #4C4C4C. Windows color (decimal): -9945018 or 4604008. OLE color: 4604008.

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

Color convert

RGB 104 64 70 -
CMYK 0 0.38 0.33 0.59
HSL 351º 0.24% 0.33% -
HSV(B) 351º 0.38% 0.41% -
XYZ 8.65 7.05 6.7 -
YUV 76.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 104 64 70 0 0.38 0.33 0.59 351 0.24 0.33
Hex 68 40 46 0 26 21 3B 15F 18 21
Octal 150 100 106 0 46 41 73 537 30 41
Binary 1101000 1000000 1000110 0 100110 100001 111011 101011111 11000 100001

Color Harmonies of #684046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684046

Black with #684046

Text Example


Text Example

White with #684046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684046; }

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

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

background-color css

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

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

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

border-color css

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

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

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