#614344

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

Shades of Tosca #614344

Tints of Tosca #614344

Color information

#614344 (or 0x614344) is unknown color: approx Tosca. HEX triplet: 61, 43 and 44. RGB value is (97,67,68). Sum of RGB (Red+Green+Blue) = 97+67+68=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #614344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614344 is #9EBCBB. Grayscale: #4C4C4C. Windows color (decimal): -10403004 or 4473697. OLE color: 4473697.

HSL color Cylindrical-coordinate representation of color #614344: hue angle of 358º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #614344 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB976768-
CMYK00.310.300.62
HSL358º18.29%32.16%-
HSV(B)358º30.93%38.04%-
XYZ7.986.976.39-
YUV76.08123.44142.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 67 (26.56% from 255) = 28.88%
BLUE value IS 68 (26.95% from 255) = 29.31%
R=41.81%
G=28.88%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97676800.310.300.6235818.2932.16
Hex61434401F1E3E1661220
Octal14110310403736765462240
Binary1100001100001110001000111111111011111010110011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614344; }

 p { color: rgb(97,67,68); }

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

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

 a { background-color: rgb(97,67,68); }

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

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

 span { border-color: rgb(97,67,68); }

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