#614143

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

Shades of Tosca #614143

Tints of Tosca #614143

Color information

#614143 (or 0x614143) is unknown color: approx Tosca. HEX triplet: 61, 41 and 43. RGB value is (97,65,67). Sum of RGB (Red+Green+Blue) = 97+65+67=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #614143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614143 is #9EBEBC. Grayscale: #4A4A4A. Windows color (decimal): -10403517 or 4407649. OLE color: 4407649.

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

Color convert

RGB976567-
CMYK00.330.310.62
HSL356.25º19.75%31.76%-
HSV(B)356.25º32.99%38.04%-
XYZ7.836.736.2-
YUV74.8123.6143.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 65 (25.78% from 255) = 28.38%
BLUE value IS 67 (26.56% from 255) = 29.26%
R=42.36%
G=28.38%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97656700.330.310.62356.2519.7531.76
Hex6141430211F3E1641420
Octal14110110304137765442440
Binary11000011000001100001101000011111111111010110010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614143; }

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

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

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

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

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

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

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

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