#68494A

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

Shades of Tosca #68494A

Tints of Tosca #68494A

Color information

#68494A (or 0x68494A) is unknown color: approx Tosca. HEX triplet: 68, 49 and 4A. RGB value is (104,73,74). Sum of RGB (Red+Green+Blue) = 104+73+74=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #68494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68494A is #97B6B5. Grayscale: #525252. Windows color (decimal): -9942710 or 4868456. OLE color: 4868456.

HSL color Cylindrical-coordinate representation of color #68494A: hue angle of 358.06º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68494A is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1047374-
CMYK00.300.290.59
HSL358.06º17.51%34.71%-
HSV(B)358.06º29.81%40.78%-
XYZ9.338.27.57-
YUV82.38123.27143.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 74 (29.30% from 255) = 29.48%
R=41.43%
G=29.08%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104737400.300.290.59358.0617.5134.71
Hex68494A01E1D3B1661223
Octal15011111203635735462243
Binary1101000100100110010100111101110111101110110011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68494A; }

 p { color: rgb(104,73,74); }

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

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

 a { background-color: rgb(104,73,74); }

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

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

 span { border-color: rgb(104,73,74); }

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