#67464A

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

Shades of Tosca #67464A

Tints of Tosca #67464A

Color information

#67464A (or 0x67464A) is unknown color: approx Tosca. HEX triplet: 67, 46 and 4A. RGB value is (103,70,74). Sum of RGB (Red+Green+Blue) = 103+70+74=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 103 - color contains mainly: red. Hex color #67464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67464A is #98B9B5. Grayscale: #505050. Windows color (decimal): -10009014 or 4867687. OLE color: 4867687.

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

Color convert

RGB1037074-
CMYK00.320.280.60
HSL352.73º19.08%33.92%-
HSV(B)352.73º32.04%40.39%-
XYZ9.027.767.5-
YUV80.32124.43144.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.70%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=41.70%
G=28.34%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103707400.320.280.60352.7319.0833.92
Hex67464A0201C3C1611322
Octal14710611204034745412342
Binary11001111000110100101001000001110011110010110000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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