#674446

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

Shades of Tosca #674446

Tints of Tosca #674446

Color information

#674446 (or 0x674446) is unknown color: approx Tosca. HEX triplet: 67, 44 and 46. RGB value is (103,68,70). Sum of RGB (Red+Green+Blue) = 103+68+70=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 103 - color contains mainly: red. Hex color #674446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674446 is #98BBB9. Grayscale: #4E4E4E. Windows color (decimal): -10009530 or 4605031. OLE color: 4605031.

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

Color convert

RGB1036870-
CMYK00.340.320.60
HSL356.57º20.47%33.53%-
HSV(B)356.57º33.98%40.39%-
XYZ8.777.466.77-
YUV78.69123.1145.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.74%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 70 (27.73% from 255) = 29.05%
R=42.74%
G=28.22%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103687000.340.320.60356.5720.4733.53
Hex674446022203C1651422
Octal14710410604240745452442
Binary110011110001001000110010001010000011110010110010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674446; }

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

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

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

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

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

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

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

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