#614244

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

Shades of Tosca #614244

Tints of Tosca #614244

Color information

#614244 (or 0x614244) is unknown color: approx Tosca. HEX triplet: 61, 42 and 44. RGB value is (97,66,68). Sum of RGB (Red+Green+Blue) = 97+66+68=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #614244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614244 is #9EBDBB. Grayscale: #4B4B4B. Windows color (decimal): -10403260 or 4473441. OLE color: 4473441.

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

Color convert

RGB976668-
CMYK00.320.300.62
HSL356.13º19.02%31.96%-
HSV(B)356.13º31.96%38.04%-
XYZ7.926.866.37-
YUV75.5123.77143.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.99%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 68 (26.95% from 255) = 29.44%
R=41.99%
G=28.57%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97666800.320.300.62356.1319.0231.96
Hex6142440201E3E1641320
Octal14110210404036765442340
Binary11000011000010100010001000001111011111010110010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614244; }

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

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

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

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

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

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

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

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