#673D40

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

Shades of Tosca #673D40

Tints of Tosca #673D40

Color information

#673D40 (or 0x673D40) is unknown color: approx Tosca. HEX triplet: 67, 3D and 40. RGB value is (103,61,64). Sum of RGB (Red+Green+Blue) = 103+61+64=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #673D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673D40 is #98C2BF. Grayscale: #494949. Windows color (decimal): -10011328 or 4210023. OLE color: 4210023.

HSL color Cylindrical-coordinate representation of color #673D40: hue angle of 355.71º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #673D40 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB1036164-
CMYK00.410.380.60
HSL355.71º25.61%32.16%-
HSV(B)355.71º40.78%40.39%-
XYZ8.196.595.69-
YUV73.9122.41148.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.18%
GREEN value IS 61 (24.22% from 255) = 26.75%
BLUE value IS 64 (25.39% from 255) = 28.07%
R=45.18%
G=26.75%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103616400.410.380.60355.7125.6132.16
Hex673D40029263C1641a20
Octal1477510005146745443240
Binary11001111111011000000010100110011011110010110010011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673D40; }

 p { color: rgb(103,61,64); }

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

<style>
 a { background-color: #673D40; }

 a { background-color: rgb(103,61,64); }

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

<style>
 span { border-color: #673D40; }

 span { border-color: rgb(103,61,64); }

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