#674348

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

Shades of Tosca #674348

Tints of Tosca #674348

Color information

#674348 (or 0x674348) is unknown color: approx Tosca. HEX triplet: 67, 43 and 48. RGB value is (103,67,72). Sum of RGB (Red+Green+Blue) = 103+67+72=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 103 - color contains mainly: red. Hex color #674348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674348 is #98BCB7. Grayscale: #4E4E4E. Windows color (decimal): -10009784 or 4735847. OLE color: 4735847.

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

Color convert

RGB1036772-
CMYK00.350.300.60
HSL351.67º21.18%33.33%-
HSV(B)351.67º34.95%40.39%-
XYZ8.777.377.09-
YUV78.33124.43145.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.56%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=42.56%
G=27.69%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103677200.350.300.60351.6721.1833.33
Hex6743480231E3C1601521
Octal14710311004336745402541
Binary11001111000011100100001000111111011110010110000010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674348; }

 p { color: rgb(103,67,72); }

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

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

 a { background-color: rgb(103,67,72); }

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

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

 span { border-color: rgb(103,67,72); }

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