#68494B

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

Shades of Tosca #68494B

Tints of Tosca #68494B

Color information

#68494B (or 0x68494B) is unknown color: approx Tosca. HEX triplet: 68, 49 and 4B. RGB value is (104,73,75). Sum of RGB (Red+Green+Blue) = 104+73+75=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #68494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68494B is #97B6B4. Grayscale: #525252. Windows color (decimal): -9942709 or 4933992. OLE color: 4933992.

HSL color Cylindrical-coordinate representation of color #68494B: hue angle of 356.13º 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 #68494B is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1047375-
CMYK00.300.280.59
HSL356.13º17.51%34.71%-
HSV(B)356.13º29.81%40.78%-
XYZ9.368.227.75-
YUV82.5123.77143.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=41.27%
G=28.97%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104737500.300.280.59356.1317.5134.71
Hex68494B01E1C3B1641223
Octal15011111303634735442243
Binary1101000100100110010110111101110011101110110010010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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