#615450

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

Shades of Tundora #615450

Tints of Tundora #615450

Color information

#615450 (or 0x615450) is unknown color: approx Tundora. HEX triplet: 61, 54 and 50. RGB value is (97,84,80). Sum of RGB (Red+Green+Blue) = 97+84+80=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #615450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615450 is #9EABAF. Grayscale: #575757. Windows color (decimal): -10398640 or 5264481. OLE color: 5264481.

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

Color convert

RGB978480-
CMYK00.130.180.62
HSL14.12º9.6%34.71%-
HSV(B)14.12º17.53%38.04%-
XYZ9.559.468.91-
YUV87.43123.81134.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=37.16%
G=32.18%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97848000.130.180.6214.129.634.71
Hex6154500D123Eea23
Octal1411241200152276161243
Binary110000110101001010000011011001011111011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615450; }

 p { color: rgb(97,84,80); }

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

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

 a { background-color: rgb(97,84,80); }

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

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

 span { border-color: rgb(97,84,80); }

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