#67494A

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

Shades of Tosca #67494A

Tints of Tosca #67494A

Color information

#67494A (or 0x67494A) is unknown color: approx Tosca. HEX triplet: 67, 49 and 4A. RGB value is (103,73,74). Sum of RGB (Red+Green+Blue) = 103+73+74=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 103 - color contains mainly: red. Hex color #67494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67494A is #98B6B5. Grayscale: #525252. Windows color (decimal): -10008246 or 4868455. OLE color: 4868455.

HSL color Cylindrical-coordinate representation of color #67494A: hue angle of 358º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67494A is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB1037374-
CMYK00.290.280.60
HSL358º17.05%34.51%-
HSV(B)358º29.13%40.39%-
XYZ9.218.147.56-
YUV82.08123.44142.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.2%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 74 (29.30% from 255) = 29.6%
R=41.2%
G=29.2%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103737400.290.280.6035817.0534.51
Hex67494A01D1C3C1661123
Octal14711111203534745462143
Binary1100111100100110010100111011110011110010110011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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