#674142

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

Shades of Tosca #674142

Tints of Tosca #674142

Color information

#674142 (or 0x674142) is unknown color: approx Tosca. HEX triplet: 67, 41 and 42. RGB value is (103,65,66). Sum of RGB (Red+Green+Blue) = 103+65+66=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #674142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674142 is #98BEBD. Grayscale: #4C4C4C. Windows color (decimal): -10010302 or 4342119. OLE color: 4342119.

HSL color Cylindrical-coordinate representation of color #674142: hue angle of 358.42º 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 #674142 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB1036566-
CMYK00.370.360.60
HSL358.42º22.62%32.94%-
HSV(B)358.42º36.89%40.39%-
XYZ8.477.066.07-
YUV76.48122.09146.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.02%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=44.02%
G=27.78%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103656600.370.360.60358.4222.6232.94
Hex674142025243C1661721
Octal14710110204544745462741
Binary110011110000011000010010010110010011110010110011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674142; }

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

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

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

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

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

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

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

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