#674849

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

Shades of Tosca #674849

Tints of Tosca #674849

Color information

#674849 (or 0x674849) is unknown color: approx Tosca. HEX triplet: 67, 48 and 49. RGB value is (103,72,73). Sum of RGB (Red+Green+Blue) = 103+72+73=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #674849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674849 is #98B7B6. Grayscale: #515151. Windows color (decimal): -10008503 or 4802663. OLE color: 4802663.

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

Color convert

RGB1037273-
CMYK00.300.290.60
HSL358.06º17.71%34.31%-
HSV(B)358.06º30.1%40.39%-
XYZ9.1187.37-
YUV81.38123.27143.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.53%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 73 (28.91% from 255) = 29.44%
R=41.53%
G=29.03%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103727300.300.290.60358.0617.7134.31
Hex67484901E1D3C1661222
Octal14711011103635745462242
Binary1100111100100010010010111101110111110010110011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674849; }

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

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

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

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

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

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

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

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