#67474A

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

Shades of Tosca #67474A

Tints of Tosca #67474A

Color information

#67474A (or 0x67474A) is unknown color: approx Tosca. HEX triplet: 67, 47 and 4A. RGB value is (103,71,74). Sum of RGB (Red+Green+Blue) = 103+71+74=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #67474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67474A is #98B8B5. Grayscale: #505050. Windows color (decimal): -10008758 or 4867943. OLE color: 4867943.

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

Color convert

RGB1037174-
CMYK00.310.280.60
HSL354.38º18.39%34.12%-
HSV(B)354.38º31.07%40.39%-
XYZ9.087.887.52-
YUV80.91124.1143.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.53%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=41.53%
G=28.63%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103717400.310.280.60354.3818.3934.12
Hex67474A01F1C3C1621222
Octal14710711203734745422242
Binary1100111100011110010100111111110011110010110001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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