#615650

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

Shades of Tundora #615650

Tints of Tundora #615650

Color information

#615650 (or 0x615650) is unknown color: approx Tundora. HEX triplet: 61, 56 and 50. RGB value is (97,86,80). Sum of RGB (Red+Green+Blue) = 97+86+80=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #615650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615650 is #9EA9AF. Grayscale: #585858. Windows color (decimal): -10398128 or 5264993. OLE color: 5264993.

HSL color Cylindrical-coordinate representation of color #615650: hue angle of 21.18º 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 #615650 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB978680-
CMYK00.110.180.62
HSL21.18º9.6%34.71%-
HSV(B)21.18º17.53%38.04%-
XYZ9.719.788.96-
YUV88.6123.14133.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 80 (31.64% from 255) = 30.42%
R=36.88%
G=32.70%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97868000.110.180.6221.189.634.71
Hex6156500B123E15a23
Octal1411261200132276251243
Binary1100001101011010100000101110010111110101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615650; }

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

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

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

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

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

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

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

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