#684248

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

Shades of Tosca #684248

Tints of Tosca #684248

Color information

#684248 (or 0x684248) is unknown color: approx Tosca. HEX triplet: 68, 42 and 48. RGB value is (104,66,72). Sum of RGB (Red+Green+Blue) = 104+66+72=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #684248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684248 is #97BDB7. Grayscale: #4E4E4E. Windows color (decimal): -9944504 or 4735592. OLE color: 4735592.

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

Color convert

RGB1046672-
CMYK00.370.310.59
HSL350.53º22.35%33.33%-
HSV(B)350.53º36.54%40.78%-
XYZ8.837.317.08-
YUV78.05124.59146.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=42.98%
G=27.27%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104667200.370.310.59350.5322.3533.33
Hex6842480251F3B15f1621
Octal15010211004537735372641
Binary11010001000010100100001001011111111101110101111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684248; }

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

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

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

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

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

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

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

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