#674046

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

Shades of Tosca #674046

Tints of Tosca #674046

Color information

#674046 (or 0x674046) is unknown color: approx Tosca. HEX triplet: 67, 40 and 46. RGB value is (103,64,70). Sum of RGB (Red+Green+Blue) = 103+64+70=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 103 - color contains mainly: red. Hex color #674046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674046 is #98BFB9. Grayscale: #4C4C4C. Windows color (decimal): -10010554 or 4604007. OLE color: 4604007.

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

Color convert

RGB1036470-
CMYK00.380.320.60
HSL350.77º23.35%32.75%-
HSV(B)350.77º37.86%40.39%-
XYZ8.536.996.69-
YUV76.34124.42147.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.46%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=43.46%
G=27.00%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103647000.380.320.60350.7723.3532.75
Hex674046026203C15f1721
Octal14710010604640745372741
Binary110011110000001000110010011010000011110010101111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674046; }

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

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

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

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

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

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

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

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