#684045

Color #684045 Tosca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tosca #684045

Tints of Tosca #684045

Color information

#684045 (or 0x684045) is unknown color: approx Tosca. HEX triplet: 68, 40 and 45. RGB value is (104,64,69). Sum of RGB (Red+Green+Blue) = 104+64+69=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #684045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684045 is #97BFBA. Grayscale: #4C4C4C. Windows color (decimal): -9945019 or 4538472. OLE color: 4538472.

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

Color convert

RGB1046469-
CMYK00.380.340.59
HSL352.5º23.81%32.94%-
HSV(B)352.5º38.46%40.78%-
XYZ8.627.046.53-
YUV76.53123.75147.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=43.88%
G=27.00%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104646900.380.340.59352.523.8132.94
Hex684045026223B1601821
Octal15010010504642735403041
Binary110100010000001000101010011010001011101110110000011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684045; }

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

 H1.HeaderClassName
 {
   color: #684045;
 }
 .AnyTagClassName
 {
   color: #684045;
 }
</style>
background-color css

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

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

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

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

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

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