#674144

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

Shades of Tosca #674144

Tints of Tosca #674144

Color information

#674144 (or 0x674144) is unknown color: approx Tosca. HEX triplet: 67, 41 and 44. RGB value is (103,65,68). Sum of RGB (Red+Green+Blue) = 103+65+68=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 103 - color contains mainly: red. Hex color #674144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674144 is #98BEBB. Grayscale: #4C4C4C. Windows color (decimal): -10010300 or 4473191. OLE color: 4473191.

HSL color Cylindrical-coordinate representation of color #674144: hue angle of 355.26º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #674144 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.60.

Color convert

RGB1036568-
CMYK00.370.340.60
HSL355.26º22.62%32.94%-
HSV(B)355.26º36.89%40.39%-
XYZ8.537.086.39-
YUV76.7123.09146.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.64%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 68 (26.95% from 255) = 28.81%
R=43.64%
G=27.54%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103656800.370.340.60355.2622.6232.94
Hex674144025223C1631721
Octal14710110404542745432741
Binary110011110000011000100010010110001011110010110001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674144; }

 p { color: rgb(103,65,68); }

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

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

 a { background-color: rgb(103,65,68); }

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

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

 span { border-color: rgb(103,65,68); }

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